mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-18 07:58:40 +00:00
全局替换color-picker的样式
This commit is contained in:
parent
9d0053b8b1
commit
24bb029f15
13
source/src/devtools/global.less
Normal file
13
source/src/devtools/global.less
Normal file
@ -0,0 +1,13 @@
|
||||
.el-color-picker--mini {
|
||||
width: 100% !important;
|
||||
|
||||
.el-color-picker__trigger {
|
||||
width: 100% !important;
|
||||
height: 30px !important;
|
||||
padding: 0;
|
||||
|
||||
.el-color-picker__icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user