:litspick:

This commit is contained in:
Vanessa 2023-04-18 14:00:53 +08:00
parent 6d96b91a5d
commit 0929e98dee
2 changed files with 23 additions and 19 deletions

View file

@ -4,6 +4,7 @@
box-sizing: border-box;
flex: 1;
background-color: var(--b3-theme-background);
height: 90vh;
.b3-label {
padding: 16px 0;
@ -17,7 +18,12 @@
width: 148px;
overflow: auto;
padding: 8px 0;
box-sizing: border-box
box-sizing: border-box;
height: 90vh;
.b3-form__icon {
margin: 0 8px 8px;
}
}
}