3.10 工程代码同步master
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
@import '~antd/es/style/themes/default.less';
|
||||
@import './baseStyle.less';
|
||||
|
||||
html,
|
||||
body,
|
||||
@ -12,6 +13,9 @@ body,
|
||||
|
||||
.ant-layout {
|
||||
min-height: 100vh;
|
||||
// // 去除滚动条样式
|
||||
// height: 100vh;
|
||||
// overflow-y: hidden;
|
||||
}
|
||||
|
||||
canvas {
|
||||
@ -26,7 +30,7 @@ body {
|
||||
|
||||
ul,
|
||||
ol {
|
||||
list-style: none;
|
||||
// list-style: none;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
|
Reference in New Issue
Block a user