perf: 默认样式配置优化

This commit is contained in:
pipipi-pikachu 2021-02-08 18:14:37 +08:00
parent 1a7194481c
commit e2089ac06b
2 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,7 @@
display: none;
}
.ant-popover-inner {
box-shadow: $boxShadow;
border: 1px solid $borderColor;
}
.ant-popover-inner-content {
@ -19,6 +20,7 @@
min-width: 120px;
}
.ant-dropdown-menu {
box-shadow: $boxShadow;
border: 1px solid $borderColor;
}
.ant-dropdown-menu-item {
@ -30,8 +32,10 @@
}
// button
.ant-btn.no-padding {
padding: 0;
.ant-btn {
&.no-padding {
padding: 0;
}
}
// radio

View File

@ -17,7 +17,6 @@ module.exports = {
'text-color': '#41464b',
'font-size-base': '13px',
'border-radius-base': '2px',
'box-shadow-base': '3px 3px 3px rgba(#000, 0.15)',
},
javascriptEnabled: true,
},