WholeProcessPlatform/frontend/src/styles/sidebar.scss

18 lines
234 B
SCSS
Raw Normal View History

2026-03-25 10:02:19 +08:00
svg {
vertical-align: text-bottom !important;
}
#app {
.main-container {
// min-height: 100%;
transition: margin-left 0.28s;
position: relative;
}
}
2026-03-27 14:50:35 +08:00
body[layout='mix'] {
.svg-icon {
2026-03-25 10:02:19 +08:00
margin-right: 16px;
}
2026-03-27 14:50:35 +08:00
}