Explorar el Código

服务监控虚拟机参数固定宽度防止溢出

RuoYi hace 2 años
padre
commit
4e347e9853
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/monitor/server/index.vue

+ 1 - 1
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>