From 125b416b7895e59a674506d3c976c6c9cfa1d1fb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 26 Jun 2025 17:18:51 +0800
Subject: [PATCH] feat:部分样式去除
---
src/views/resource/attach.vue | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/src/views/resource/attach.vue b/src/views/resource/attach.vue
index 2448af1..db81f6c 100644
--- a/src/views/resource/attach.vue
+++ b/src/views/resource/attach.vue
@@ -57,7 +57,6 @@
height: 'auto',
calcHeight: 0,
-
column: [
{
label: '附件地址',
@@ -316,13 +315,4 @@
}
</script>
-<style scoped lang="scss">
-:deep() {
- .avue-crud__body {
- .el-form {
- height: 745px;
- overflow: auto;
- }
- }
-}
-</style>
+<style scoped lang="scss"></style>
--
Gitblit v1.9.3