build: rebuild

This commit is contained in:
pipipi-pikachu 2023-07-30 21:47:12 +08:00
parent 9061ae544b
commit dc73edc421
3 changed files with 1 additions and 13 deletions

View File

@ -1,6 +1,5 @@
// ant design vue 的默认样式覆盖 /* 对 ant design vue 的默认样式覆盖 */
// popover
.ant-popover { .ant-popover {
padding-top: 5px !important; padding-top: 5px !important;
} }
@ -12,7 +11,6 @@
border: 1px solid $borderColor !important; border: 1px solid $borderColor !important;
} }
// dropdown
.ant-dropdown-menu { .ant-dropdown-menu {
min-width: 150px; min-width: 150px;
box-shadow: $boxShadow !important; box-shadow: $boxShadow !important;
@ -20,19 +18,16 @@
margin-top: -4px !important; margin-top: -4px !important;
} }
// button
.ant-btn { .ant-btn {
&.no-padding { &.no-padding {
padding: 0; padding: 0;
} }
} }
// radio
.ant-radio-button-wrapper { .ant-radio-button-wrapper {
text-align: center; text-align: center;
} }
// slider
.ant-slider-track { .ant-slider-track {
background-color: $themeColor !important; background-color: $themeColor !important;
} }
@ -40,7 +35,6 @@
border-color: $themeColor !important; border-color: $themeColor !important;
} }
// select
.ant-select { .ant-select {
user-select: none; user-select: none;
overflow: hidden; overflow: hidden;
@ -49,7 +43,6 @@
font-size: 13px !important; font-size: 13px !important;
} }
// tooltip
.ant-tooltip-inner { .ant-tooltip-inner {
font-size: 12px; font-size: 12px;
} }
@ -57,7 +50,6 @@
height: 4px !important; height: 4px !important;
} }
// input
.ant-input-number-affix-wrapper-disabled .ant-input-number-disabled { .ant-input-number-affix-wrapper-disabled .ant-input-number-disabled {
background-color: transparent !important; background-color: transparent !important;

View File

@ -1,5 +1,3 @@
// ProseMirror 富文本默认样式
.ProseMirror, .ProseMirror-static { .ProseMirror, .ProseMirror-static {
outline: 0; outline: 0;
border: 0; border: 0;

View File

@ -32,7 +32,6 @@
} }
} }
// controller
.controller-mask { .controller-mask {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==) repeat-x bottom; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==) repeat-x bottom;
height: 98px; height: 98px;
@ -275,7 +274,6 @@
} }
} }
// bezel
.bezel { .bezel {
position: absolute; position: absolute;
left: 0; left: 0;