技术监督 页面联调

This commit is contained in:
GGJ
2024-03-18 19:43:55 +08:00
parent 1b6b8c8777
commit da9fb74192
25 changed files with 1016 additions and 191 deletions

View File

@@ -31,7 +31,7 @@ const layout = mainHeight(63) as any
width: 100%;
height: 500px;
}
::v-deep(.el-tabs__content) {
:deep(.el-tabs__content) {
height: v-bind('layout.height');
overflow-y: auto;
}