mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-06-07 19:14:56 +00:00
服务监控虚拟机参数固定宽度防止溢出
This commit is contained in:
parent
306137bba1
commit
4e347e9853
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user