WIP Поправил адаптив и ошибку обновления данных

This commit is contained in:
DwCay
2023-05-05 15:44:48 +03:00
parent 56b9fa257c
commit ad32fc0e54
5 changed files with 17 additions and 8 deletions

View File

@@ -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)