mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-23 18:38:40 +00:00
32 lines
477 B
Plaintext
32 lines
477 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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
background-color: #6d6d6d;
|
|
}
|
|
|
|
.el-input {
|
|
input {
|
|
text-align: left !important;
|
|
}
|
|
}
|
|
|
|
.el-tree {
|
|
width: 100%;
|
|
}
|
|
|
|
* {
|
|
font-family: "PingFang SC", Arial, sans-serif;
|
|
}
|