From b87927b75d9c7c962be0a22e94ec7fa0bb046f31 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期三, 07 十二月 2022 20:24:23 +0800
Subject: [PATCH] 修复树形下拉不能默认选中(I64ESN)

---
 src/views/monitor/server/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/monitor/server/index.vue b/src/views/monitor/server/index.vue
index 28762f1..a21d195 100644
--- a/src/views/monitor/server/index.vue
+++ b/src/views/monitor/server/index.vue
@@ -102,7 +102,7 @@
         <el-card>
           <template #header><span>Java铏氭嫙鏈轰俊鎭�</span></template>
           <div class="el-table el-table--enable-row-hover el-table--medium">
-            <table cellspacing="0" style="width: 100%;">
+            <table cellspacing="0" style="width: 100%;table-layout:fixed;">
               <tbody>
                 <tr>
                   <td class="el-table__cell is-leaf"><div class="cell">Java鍚嶇О</div></td>

--
Gitblit v1.9.3