我的布控。四色预警

This commit is contained in:
给我
2025-04-12 23:51:24 +08:00
parent a2e89f5ea1
commit 3754b9c5ed
21 changed files with 2238 additions and 256 deletions

View File

@ -19,7 +19,7 @@
}
::v-deep .el-form-item__label {
color: #fff;
// color: #fff;
}
::v-deep .el-input__inner {
@ -100,7 +100,7 @@
}
::v-deep .el-checkbox {
color: #fff;
// color: #fff;
}
// ::v-deep .el-tree-node__content {
@ -129,7 +129,7 @@
}
}
::v-deep .el-dialog__title {
color: #fff;
color: #000;
}
::v-deep .el-dialog__header,
::v-deep .el-dialog__body,
@ -137,7 +137,7 @@
::v-deep .el-card__body,
::v-deep .el-table {
// background: #02163b;
background: #02163b;
// background: #02163b;
}
::v-deep .user-main-wrap {
border: 1px solid #07376d;
@ -206,7 +206,7 @@
background: #0d3f6e;
}
::v-deep .el-upload--picture-card {
background-color: #112b63;
// background-color: #112b63;
border: 1px dashed #4579b5;
}
::v-deep .el-upload-list--picture-card .el-upload-list__item {
@ -259,7 +259,7 @@
color: #fcfcfc;
}
::v-deep .el-date-editor .el-range-input {
color: #ffffff;
// color: #ffffff;
}
::v-deep .el-input.is-disabled .el-input__inner {
background-color: #ffffff;

View File

@ -128,7 +128,7 @@ header {
&::v-deep .el-form--inline {
display: flex;
flex-wrap: wrap;
padding: 2rem 12rem 0rem 12rem;
// padding: 2rem 12rem 0rem 12rem;
}
&::v-deep .el-form-item--default {
@ -152,7 +152,7 @@ header {
&::v-deep .el-textarea__inner {
height: 7.5em;
border: 1px solid #F1F4F8;
background-color: #02163b;
// background-color: #02163b;
}
}
@ -237,7 +237,7 @@ header {
}
::v-deep .el-dialog {
--el-dialog-bg-color: #061639;
// --el-dialog-bg-color: #061639;
}
.main-box {