2021-04-04 19:10:38 +08:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-04-22 19:09:35 +08:00
|
|
|
|
2021-06-14 18:46:45 +08:00
|
|
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
|
|
background-color: #6d6d6d;
|
|
|
|
}
|
|
|
|
|
2021-04-22 19:09:35 +08:00
|
|
|
.el-input {
|
|
|
|
input {
|
2021-04-07 17:26:16 +08:00
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
}
|
2021-04-22 19:09:35 +08:00
|
|
|
|
|
|
|
.el-tree {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-06-17 21:37:09 +08:00
|
|
|
|
|
|
|
* {
|
|
|
|
font-family: "PingFang SC", Arial, sans-serif;
|
|
|
|
}
|