edit css drawer

This commit is contained in:
Tanyalak 2023-07-14 13:22:49 +07:00
parent aebf13cdc7
commit 6a4218f86e

View file

@ -727,7 +727,7 @@ if (keycloak.tokenParsed != null) {
font-size="20px"
/>
</q-item-section>
<q-item-section>{{ menuItem.label }}</q-item-section>
<q-item-section >{{ menuItem.label }}</q-item-section>
</template>
<!-- เมนอย 2 (สรรหา) -->
@ -751,7 +751,7 @@ if (keycloak.tokenParsed != null) {
:to="{ name: `${subMenu2.path}` }"
>
<q-item-section>
<q-item-label>{{ subMenu2.label }} </q-item-label>
<q-item-label class="font-400">{{ subMenu2.label }} </q-item-label>
</q-item-section>
</q-item>
</q-expansion-item>
@ -781,7 +781,7 @@ if (keycloak.tokenParsed != null) {
:to="{ name: `${subMenu.path}` }"
>
<q-item-section>
<q-item-label>{{ subMenu.label }}</q-item-label>
<q-item-label class="font-400">{{ subMenu.label }}</q-item-label>
</q-item-section>
</q-item>
</q-expansion-item>
@ -930,6 +930,7 @@ if (keycloak.tokenParsed != null) {
.menuSub .q-item {
border-radius: 0 100px 100px 0;
margin-right: 2%;
font-weight: 500 ;
}
.expan2 .q-item {
padding-left: 10%;
@ -937,6 +938,9 @@ if (keycloak.tokenParsed != null) {
/* .menuSubAct {
background: #1e2529d9;
} */
.font-400{
font-weight: 400 !important;
}
.expan2 .menuSubHover {
padding-left: 30%;
border-radius: 20px;