WholeProcessPlatform/frontend/src/styles/sidebar.scss
2026-03-27 14:50:35 +08:00

18 lines
234 B
SCSS

svg {
vertical-align: text-bottom !important;
}
#app {
.main-container {
// min-height: 100%;
transition: margin-left 0.28s;
position: relative;
}
}
body[layout='mix'] {
.svg-icon {
margin-right: 16px;
}
}