|
@@ -34,9 +34,9 @@
|
|
|
</el-col>
|
|
|
</div>
|
|
|
|
|
|
- <div class="contents">
|
|
|
+ <div class="contents" :style="!displayTable ? `height:${tableHeight + 88}px !important` :`height:${tableHeight + 135}px !important`">
|
|
|
<div ref="headine" class="headine" v-if="!displayTable">
|
|
|
- <h3 ref="headHe" style="padding-left: 220px">{{ $t('businesstriisallowed') }}</h3>
|
|
|
+ <h3 ref="headHe" style="padding-left: 220px">{{ $t('businesstriisallowed') }}</h3>
|
|
|
</div>
|
|
|
<!-- 出差填报 -->
|
|
|
<div class="tops" v-if="!displayTable && apk == 0">
|