mirror of
https://github.com/potato47/ccc-devtools.git
synced 2024-12-26 19:59:14 +00:00
36 lines
642 B
CSS
36 lines
642 B
CSS
|
body {
|
||
|
background-color: #333;
|
||
|
}
|
||
|
|
||
|
.el-color-picker, .el-color-picker__trigger {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
|
||
|
.el-input-number .el-input__inner {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.el-input-number.is-controls-right .el-input__inner {
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
|
||
|
.el-card__body {
|
||
|
padding-left: 20px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
|
||
|
.ivu-collapse-content {
|
||
|
color: #515a6e;
|
||
|
padding: 0 5px 0 16px;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.el-input-number--mini .el-input-number__decrease, .el-input-number--mini .el-input-number__increase {
|
||
|
width: 12px;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.el-select.el-select--mini {
|
||
|
width: 100%;
|
||
|
}
|