From fabc195e90d5a394b5089bf88305ea43eb791c04 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期三, 24 八月 2022 13:40:52 +0800 Subject: [PATCH] 修复多文件上传报错出现的异常问题 --- 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