mirror of
https://github.com/potato47/ccc-devtools.git
synced 2025-12-19 10:29:56 +00:00
主题切换开关,目录结构
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
36
css/style.css
Normal file
36
css/style.css
Normal file
@@ -0,0 +1,36 @@
|
||||
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%;
|
||||
}
|
||||
2
css/vue-beauty.min.css
vendored
2
css/vue-beauty.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user