更新文件

This commit is contained in:
2025-04-14 11:32:57 +08:00
parent 3754b9c5ed
commit 49cfd7e64f
21 changed files with 796 additions and 734 deletions

View File

@ -125,6 +125,14 @@ header {
}
}
.form_cnt{
padding-top: 10px;
box-sizing: border-box;
height: calc(100vh - 223px);
overflow: hidden;
overflow-y: auto;
}
&::v-deep .el-form--inline {
display: flex;
flex-wrap: wrap;