mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-21 19:35:25 +00:00
全局替换color-picker的样式
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user