更新页面

This commit is contained in:
2025-07-05 12:03:00 +08:00
parent ea13f83283
commit 38e04e095c
69 changed files with 994 additions and 10597 deletions

View File

@ -396,11 +396,18 @@ const toGoPage = (row) => {
top: 14px;
right: 14px;
left: 14px;
// overflow-y: scroll;
width: calc(100% - 28px);
}
::v-deep .el-dialog {
--el-dialog-bg-color: #001238;
::v-deep .el-card__body{
background: #fff;
}
::v-deep .el-card {
border: 1px solid #e9e9e9;
background: #fff;
}
.fenye{
background: #fff;
}
</style>