chore: test antd dark theme component

This commit is contained in:
ycjcl868 2019-11-30 00:08:37 +08:00
parent fde5daa579
commit 8ad5b73016
2 changed files with 2 additions and 4 deletions

View File

@ -722,3 +722,5 @@
// Upload
// ---
@upload-actions-color: @text-color-secondary;
@import './dark.less';

View File

@ -5,11 +5,9 @@ body {
body {
overflow-x: hidden;
color: @site-text-color;
font-size: 14px;
font-family: @font-family;
line-height: 1.5;
background: #fff;
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@ -20,7 +18,6 @@ a {
.main-wrapper {
position: relative;
padding: 40px 0 0;
background: #fff;
}
.main-container {
@ -28,7 +25,6 @@ a {
min-height: 500px;
padding: 0 170px 144px 64px;
overflow: hidden;
background: #fff;
}
.main-menu {