虚拟中心弹框样式优化

uat_us
wangxiaoshuang 2024-03-25 15:12:48 +08:00
parent eed3cac20e
commit 5e56098750
1 changed files with 6 additions and 4 deletions

View File

@ -9,11 +9,13 @@
label-width="170px"
@submit.native.prevent
>
<div class="base-dialog-body" style="position: relative;padding-top: 50px">
<el-button @click="openSiteCodeHistory" type="text" style="position: absolute;right: 10px;top: 10px;">{{$t('trials:consistencyAnalysisRule:table:SiteCodeHistory')}}</el-button>
<div class="base-dialog-body" style="position: relative;padding-top: 20px">
<!-- 访视数 -->
<el-form-item :label="$t('trials:consistencyAnalysisRule:table:nowSiteCode')">
{{ OtherInfo.VitrualSiteCode }}
<div style="display:flex;align-items:center;justify-content: space-between;">
<span>{{ OtherInfo.VitrualSiteCode }}</span>
<el-button @click="openSiteCodeHistory" type="text">{{$t('trials:consistencyAnalysisRule:table:SiteCodeHistory')}}</el-button>
</div>
</el-form-item>
<!-- 虚拟中心编号 -->
<el-form-item :label="$t('trials:consistencyAnalysisRule:table:siteCode')" prop="VirtualSiteCode">
@ -50,7 +52,7 @@
v-loading="loading"
:data="list"
stripe
min-height="300"
height="300"
>
<el-table-column
show-overflow-tooltip