更新代码

This commit is contained in:
2025-04-14 19:48:42 +08:00
parent 49cfd7e64f
commit 8b786df36a
73 changed files with 1988 additions and 4488 deletions

View File

@ -1,17 +1,5 @@
::v-deep .el-button--default {
color: #fff;
border: 1px solid #cccccc;
background: #818080;
}
::v-deep .el-button {
color: #fff;
border: 1px solid #cccccc;
--el-button-bg-color: #818080;
}
::v-deep .el-button:focus,
::v-deep .el-button:hover {
background-color: #818080;
}
:v-deep .el-card {
border: 1px solid #146bbe;
background: #00143d;
@ -36,15 +24,7 @@
box-shadow: 0px 0px 8px #0a6bfc;
}
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
color: var(--el-button-disabled-text-color);
cursor: not-allowed;
background-image: none;
background-color: #808596;
border-color: var(--el-button-disabled-border-color);
}
::v-deep .el-input-group__append {
background-color: #ffffff;
border: 1px solid #e9e9e9;
@ -120,14 +100,6 @@
background: transparent;
}
::v-deep .el-button--primary {
background: #1983e5;
border: 1px solid #1983e5;
&:hover {
background: #0084ff;
border: 1px solid #0084ff;
}
}
::v-deep .el-dialog__title {
color: #000;
}
@ -271,3 +243,7 @@
width: 100%;
}
::v-deep .el-link{
margin: 5px;
}

View File

@ -1,3 +1,19 @@
.h-100{
height: 100%;
}
.w-100{
width: 100%;
}
.flexcc{
display: flex;
justify-content: center;
align-items: center;
}
.flexcb{
display: flex;
justify-content: space-between;
align-items: center;
}
.font10 {
font-size: 10px;
}