update 本地工具问题修改
This commit is contained in:
@@ -53,10 +53,6 @@
|
||||
<!--在线对比-->
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('docTool.customComparison.onlineComparison')">
|
||||
<a-switch default-checked v-model="isStartComparison" @change="handleSwitchChange" />
|
||||
<a-button type="primary" class="submit-btn" ghost v-if="!isDetail" @click="handleSaveForm">{{
|
||||
$t('submit')
|
||||
}}
|
||||
</a-button>
|
||||
</a-form-item>
|
||||
<div v-show="isStartComparison" class="comparison-box">
|
||||
<div class="operation-box" v-if="!isDetail">
|
||||
@@ -128,6 +124,13 @@
|
||||
</a-spin>
|
||||
</div>
|
||||
|
||||
<div class="custom-drawer-style-bottom-btn">
|
||||
<a-button @click="handleSaveForm" type="primary" style="margin-bottom: 0;" :loading="confirmLoading">
|
||||
{{ $t('preservation') }}
|
||||
</a-button>
|
||||
<a-button @click="handleCancel" style="margin-bottom: 0;" :loading="confirmLoading">{{ $t('close') }}</a-button>
|
||||
</div>
|
||||
|
||||
<!--标准列表-->
|
||||
<standard-list-drawer ref="standardListDrawer" @ok="reloadData" />
|
||||
<!--对比维护-->
|
||||
@@ -628,10 +631,6 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.custom-drawer-style-scroll {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/deep/ .ant-table-thead > tr > th {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user