NEZ-2772 style: project topology 中 module info 展示异常
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
width: 120px;
|
||||
display: inline-block;
|
||||
padding: 3px 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.content-text {
|
||||
width: 175px;
|
||||
@@ -150,6 +151,10 @@
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
padding: 3px 5px;
|
||||
vertical-align: middle;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap
|
||||
}
|
||||
.module-type {
|
||||
border: 1px solid #DCDCDC;
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
<div class="content-box">
|
||||
<span class="content-title">{{ $t('overall.remark') }}</span>
|
||||
<span class="content-text">{{moduleInfo.remark?moduleInfo.remark:'--'}}</span>
|
||||
<span class="content-text" :title="moduleInfo.remark?moduleInfo.remark:'--'">{{moduleInfo.remark?moduleInfo.remark:'--'}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user