2024-09-13 16:34:15 +08:00
|
|
|
$basicBlack: #000000;
|
|
|
|
|
$basicWhite: #ffffff;
|
|
|
|
|
|
|
|
|
|
$primaryColor: #409eff;
|
|
|
|
|
$sideBarWidth: 210px;
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
--basicBlack: #000000;
|
|
|
|
|
--basicWhite: #ffffff;
|
|
|
|
|
--primaryColor: #409eff;
|
2024-10-28 14:25:41 +08:00
|
|
|
--tag-bg-color: #efefef;
|
2024-09-13 16:34:15 +08:00
|
|
|
}
|
|
|
|
|
|
2024-09-29 11:50:23 +08:00
|
|
|
.list-body {
|
2024-09-13 16:34:15 +08:00
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-29 11:50:23 +08:00
|
|
|
.dialog-form {
|
2024-09-13 16:34:15 +08:00
|
|
|
max-width: 600px;
|
|
|
|
|
margin: 20px auto;
|
|
|
|
|
}
|
2024-09-29 11:50:23 +08:00
|
|
|
|
|
|
|
|
.list-query {
|
|
|
|
|
.el-select {
|
|
|
|
|
--el-select-width: 160px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-input {
|
|
|
|
|
--el-input-width: 160px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-10-14 10:34:40 +08:00
|
|
|
|
2024-10-28 14:25:41 +08:00
|
|
|
.table-actions {
|
|
|
|
|
.el-button {
|
2024-10-14 10:34:40 +08:00
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-10-28 14:25:41 +08:00
|
|
|
|
2024-10-18 15:01:39 +08:00
|
|
|
html.dark {
|
|
|
|
|
/* 自定义深色背景颜色 */
|
|
|
|
|
//--el-bg-color: #626aef;
|
2024-10-28 14:25:41 +08:00
|
|
|
--tag-bg-color: #24252b;
|
|
|
|
|
--basicBlack: #fff;
|
2024-10-18 15:01:39 +08:00
|
|
|
}
|