样式调整

This commit is contained in:
2026-08-24 09:15:34 +08:00
parent 43f1aab297
commit 08b1ea4606
7 changed files with 23 additions and 57 deletions
@@ -665,22 +665,6 @@ export default {
}
}
// 隐藏表格底部横向滚动条(自定义 bar 由全局样式隐藏,此处隐藏原生滚动条)
::v-deep .el-table ::-webkit-scrollbar {
display: none;
}
::v-deep .el-table {
scrollbar-width: none;
-ms-overflow-style: none;
}
::v-deep .el-table__body-wrapper::-webkit-scrollbar {
display: none;
}
::v-deep .el-table__body-wrapper {
scrollbar-width: none;
-ms-overflow-style: none;
}
// ==================== 3. 新增/修改表单 ====================
.add-form {
max-height: 62vh;