This commit is contained in:
lcw
2025-10-26 12:25:50 +08:00
parent 5e18952b55
commit ea3022c3f6
617 changed files with 86322 additions and 185615 deletions

View File

@ -1,5 +1,3 @@
:v-deep .el-card {
border: 1px solid #146bbe;
background: #00143d;
@ -41,9 +39,10 @@
--el-table-row-hover-bg-color: #f5f7fa;
}
::v-deep .el-table__inner-wrapper{
::v-deep .el-table__inner-wrapper {
background: #fff;
}
::v-deep .el-table th.el-table__cell {
background: #ffffff;
color: #000;
@ -88,7 +87,7 @@
// }
::v-deep .is-focusable {
background:transparent !important;
background: transparent !important;
}
::v-deep .el-tree-node__label {
@ -103,6 +102,7 @@
::v-deep .el-dialog__title {
color: #000;
}
::v-deep .el-dialog__header,
::v-deep .el-dialog__body,
::v-deep .el-dialog__footer,
@ -111,6 +111,7 @@
// background: #02163b;
// background: #02163b;
}
::v-deep .user-main-wrap {
border: 1px solid #07376d;
}
@ -129,39 +130,49 @@
box-shadow: 0px 0px 8px #0a6bfc;
}
}
::v-deep .el-input .el-input__count .el-input__count-inner {
background: transparent;
color: #fff;
}
::v-deep .el-textarea .el-input__count {
background: transparent;
color: #fff;
}
::v-deep .el-select__popper.el-popper {
background: #16284c;
border: #16284c;
}
::v-deep .el-range-input {
background: transparent;
color: #fff;
// color: #fff;
}
::v-deep .el-range-separator {
color: #fff;
}
::v-deep .el-button--danger {
background: #f56c6c;
border: 1px solid #f56c6c;
}
::v-deep .el-tree {
--el-tree-node-hover-bg-color: #083960;
}
::v-deep .el-tree-node__label {
background: transparent !important;
}
::v-deep .el-card {
border: 1px solid #07539a;
color: #fff;
}
::v-deep .el-collapse {
background: transparent;
color: #fff;
@ -171,21 +182,26 @@
--el-collapse-content-text-color: #fff;
--el-collapse-border-color: #0d3f6e;
}
::v-deep .el-tabs__item {
color: rgb(206, 208, 220);
}
::v-deep .el-tabs__nav-wrap::after {
background: #0d3f6e;
}
::v-deep .el-upload--picture-card {
// background-color: #112b63;
border: 1px dashed #4579b5;
}
::v-deep .el-upload-list--picture-card .el-upload-list__item {
background-color: #10295b;
border: 1px solid #19538a;
color: #ced0dc;
}
.toastui-editor-defaultUI {
position: relative;
border: 1px solid #dadde6;
@ -201,10 +217,12 @@
::v-deep .el-dialog__body {
padding: 10px 20px;
}
::v-deep .el-pagination__total,
::v-deep .el-pagination__jump {
color: #bdc7da;
}
::v-deep .el-radio {
color: rgb(206, 208, 220);
}
@ -215,6 +233,7 @@
border: 1px solid #19538a;
margin: 0 0.2rem;
}
::v-deep .el-select .el-select__tags .el-tag--info {
background: transparent;
border: 1px solid #19538a;
@ -227,12 +246,15 @@
::v-deep .el-overlay .el-overlay-dialog .el-dialog .el-dialog__body .tabBox {
height: 450px;
}
::v-deep .el-date-editor .el-range-separator {
color: #fcfcfc;
}
::v-deep .el-date-editor .el-range-input {
// color: #ffffff;
}
::v-deep .el-input.is-disabled .el-input__inner {
background-color: #ffffff;
border: 1px solid #e9e9e9;
@ -243,7 +265,6 @@
width: 100%;
}
::v-deep .el-link{
margin: 5px;
}
::v-deep .el-link {
margin: 5px;
}

View File

@ -15,7 +15,7 @@
height: 100%;
height: calc(100vh - 72px);
overflow: hidden;
z-index: 10;
// z-index: 10;
.asideTitle {
display: flex;
@ -63,6 +63,7 @@
height: 70px;
background: rgba(0, 0, 0, 0.8);
z-index: 2;
.headBoxBg {
width: 100%;
height: 100%;
@ -219,6 +220,7 @@
.asideR {
position: absolute;
right: 0px;
z-index: 10;
.commom-aside-small {
height: calc(((100% - 146px) /3) - 6px);