mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
fix(style): 修复配置中心value值太长导致右侧内容无法正常查看问题
This commit is contained in:
parent
3dfd2d499a
commit
a81efe9363
@ -93,7 +93,7 @@
|
||||
<td class="text-center">{{mapping.domain}}</td>
|
||||
<td class="text-center">{{mapping.name}}</td>
|
||||
<td class="text-center">{{mapping.key}}</td>
|
||||
<td class="text-center">{{mapping.value}}</td>
|
||||
<td class="text-center" style="max-width:300px;word-break:break-all">{{mapping.value}}</td>
|
||||
<td class="text-center">
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
@ -128,4 +128,4 @@
|
||||
<vc:create path="dev/addMapping"></vc:create>
|
||||
<vc:create path="dev/editMapping"></vc:create>
|
||||
<vc:create path="dev/deleteMapping"></vc:create>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user