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

View File

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

View File

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