'页面UI优化'

This commit is contained in:
hhl123456789
2023-10-08 13:47:19 +08:00
parent d7dd69fa78
commit 5f1bdcf81b
3 changed files with 17 additions and 5 deletions
@@ -19,6 +19,10 @@
<el-tag type="warning" v-if="noArbitrator">当前案件未指定仲裁员,请先指定仲裁员!</el-tag>
<p></p>
<!-- <el-form ref="form"> -->
<div v-if="isAgreePendTral == 0 || noArbitrator" style="display:inline-flex; margin-bottom: 8px;">
<div class="infoIcon"></div>
<div>仲裁员信息列表</div>
</div>
<el-table
:data="dataList"
style="width: 100%"
@@ -192,4 +196,10 @@ export default {
color: #959595;
}
}
.infoIcon {
width: 4px;
// height: 17px;
background-color: #0072ff;
margin-right: 5px;
}
</style>