fix: q-tree triangle

This commit is contained in:
puriphatt 2024-07-23 02:26:15 +00:00
parent 0fe6cc515e
commit 37ceaafa4a
3 changed files with 23 additions and 1 deletions

View file

@ -128,3 +128,7 @@ i.q-icon.mdi.mdi-play.q-tree__arrow {
) {
background-color: hsla(var(--info-bg) / 0.1);
}
.q-tree > .q-tree__node--child > .q-tree__node-header {
padding-left: 32px;
}