This commit is contained in:
lcw
2026-01-23 15:43:22 +08:00
parent 47a7081963
commit 5b62d707ff
76 changed files with 3333 additions and 880 deletions

View File

@ -187,6 +187,14 @@ header {
border-radius: 4px;
}
.searchBoxlive {
// padding: 15px;
border-radius: 1px;
position: relative;
background: #fff;
border-radius: 4px;
}
.app-main {
height: calc(100vh - 126px);
position: relative;
@ -256,6 +264,10 @@ header {
}
}
}
.heightBox {
height: calc(100vh - 270px);
}
}
::v-deep .el-card {