mh-lcmk-sms-web/src/routes/main.less

18 lines
315 B
Plaintext
Raw Normal View History

2024-05-27 09:25:22 +08:00
:global {
@main-prefix: route-main;
.@{main-prefix} {
position: relative;
width : 100%;
height : 100%;
padding : 8px;
overflow: hidden;
&__content {
width : 100%;
height : ~'calc(100% - 12px)';
padding-top: 8px;
overflow : hidden auto;
}
}
}