mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-22 09:58:41 +00:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
.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;
|
|
}
|
|
}
|
|
}
|