ปรับ drawer เมนูย่อยเพิ่มเติม
This commit is contained in:
parent
81a57354b5
commit
696ab7c4b2
1 changed files with 7 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue