mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
build: rebuild
This commit is contained in:
parent
9061ae544b
commit
dc73edc421
@ -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;
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// ProseMirror 富文本默认样式
|
||||
|
||||
.ProseMirror, .ProseMirror-static {
|
||||
outline: 0;
|
||||
border: 0;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user