技术监督 页面联调

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

@@ -311,7 +311,7 @@ onMounted(() => {
</script>
<style scoped lang="scss">
::v-deep .el-upload-list__item {
:deep(.el-upload-list__item) {
width: 400px;
}
</style>

View File

@@ -34,7 +34,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;
}