WIP Поправил адаптив и ошибку обновления данных
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
span.date-color {{ updatedDate }}
|
||||
.flex.justify-between.pt-4
|
||||
.flex
|
||||
.menu-item.px-6.py-10px.cursor-pointer.text-base(
|
||||
.menu-item.px-6.py-10px.cursor-pointer.text-base.whitespace-nowrap(
|
||||
v-for="item in menuItem",
|
||||
@click="selectItem(item)",
|
||||
:class="{'menu-item-active': item.component === modelValue}",
|
||||
@@ -169,6 +169,7 @@ export default {
|
||||
width: 83.2%
|
||||
height: 18.7%
|
||||
background-color: var(--default-white)
|
||||
min-width: 1050px
|
||||
min-height: 190px
|
||||
.menu-item
|
||||
color: var(--font-grey-color)
|
||||
|
||||
Reference in New Issue
Block a user