ปรับ drawer เมนูย่อยเพิ่มเติม

This commit is contained in:
Tanyalak 2023-07-21 13:57:47 +07:00
parent 81a57354b5
commit 696ab7c4b2

View file

@ -754,7 +754,7 @@ if (keycloak.tokenParsed != null) {
:to="{ name: `${subMenu2.path}` }"
>
<q-item-section>
<q-item-label class="font-400"
<q-item-label class="font-400 subLabel"
>{{ subMenu2.label }}
</q-item-label>
</q-item-section>
@ -942,9 +942,12 @@ if (keycloak.tokenParsed != null) {
.expan2 .q-item {
padding-left: 10%;
}
/* .menuSubAct {
background: #1e2529d9;
} */
.subLabel{
white-space: nowrap;
width: 160px;
overflow: hidden;
text-overflow: ellipsis;
}
.font-400 {
font-weight: 400;
}