This commit is contained in:
2025-09-22 17:16:42 +08:00
parent 4f4f93383b
commit 400008f325
20 changed files with 1370 additions and 131 deletions

View File

@ -14,7 +14,7 @@
::v-deep .el-input__inner {
background-color: #fff;
border: 1px solid #e9e9e9;
border: 1px solid #e9e9e9 !important;
&:hover {
border: 1px solid #0065d8;

View File

@ -98,7 +98,7 @@ header {
height: calc(100vh - 137px);
overflow: auto;
border: 1px solid #ccc;
top: 10px;
top: 4px;
right: 10px;
left: 10px;
background-color: #fff;
@ -262,6 +262,7 @@ header {
position: absolute;
right: 0px;
left: 0px;
background: #fff;
}
}
}