From a9bbbe822377536e6f3374b05e2b64b12b2f188c Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期一, 27 五月 2024 10:25:43 +0800
Subject: [PATCH] action文档

---
 Source/ProjectWeb/src/components/refer/vciWebReferClassify.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Source/ProjectWeb/src/components/refer/vciWebReferClassify.vue b/Source/ProjectWeb/src/components/refer/vciWebReferClassify.vue
index 55139a3..61847dd 100644
--- a/Source/ProjectWeb/src/components/refer/vciWebReferClassify.vue
+++ b/Source/ProjectWeb/src/components/refer/vciWebReferClassify.vue
@@ -3,7 +3,6 @@
   <div>
     <el-dialog
       v-dialogDrag
-      :height="options.height || '70vh'"
       :title="title"
       :visible.sync="visible"
       :width="onlyTable?'60%': '80%'"
@@ -11,7 +10,7 @@
       class="avue-dialog avue-dialog--top"
       @close="dialogClose"
     >
-      <el-container>
+      <el-container :style="{ 'height': height || '60vh' }">
         <el-aside width="300px" v-if="!onlyTable && classifys.length>0">
           <el-tabs type="border-card" style="height: 100%" @tab-click="tabClick"
                    v-model="tabName">
@@ -107,12 +106,14 @@
     referType: {
       type: String,
       default: "",
-    }, width: {
+    },
+    width: {
       type: String,
-      default:'70%'
-    }, height: {
+      default:'80%'
+    },
+    height: {
       type: String,
-      default:'60%'
+      default:'500px'
     },
     reloadFormKey: {
       type: String,

--
Gitblit v1.9.3