2025-06-17 14:20:06 +08:00
|
|
|
@import '~antd/es/style/themes/default.less';
|
|
|
|
@import './baseStyle.less';
|
2025-06-17 18:32:33 +08:00
|
|
|
// 页面公用样式
|
|
|
|
@import './utils/componentStyle.less';
|
2025-06-17 14:20:06 +08:00
|
|
|
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#root {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.colorWeak {
|
|
|
|
filter: invert(80%);
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
2025-06-17 18:32:33 +08:00
|
|
|
.ant-layout-header {
|
|
|
|
background: #fff;
|
|
|
|
color: @main-text-color;
|
|
|
|
padding: 0;
|
2025-06-17 14:20:06 +08:00
|
|
|
}
|
2025-06-17 18:32:33 +08:00
|
|
|
.ant-btn {
|
|
|
|
&.ant-btn-link {
|
|
|
|
padding: 4px 8px;
|
2025-06-17 14:20:06 +08:00
|
|
|
}
|
|
|
|
}
|