修改全局的取消按钮展示
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="doc-table-footer" style='display: flex;justify-content: flex-end'>
|
||||
<a-button type="primary" @click="onClose" style='background-color: #f5222d;margin-right: 15px;border: none'>{{$t('cancel')}}</a-button>
|
||||
<a-button @click="onClose" style='margin-right: 15px;'>{{$t('cancel')}}</a-button>
|
||||
<a-button type="primary" class="btn-export" @click="tableExport" v-has="'ocr:ocrRestful:addOcrRecord'">{{$t('submit')}}</a-button>
|
||||
</div>
|
||||
</a-drawer>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
<div class="imports-footer" style='display: flex;justify-content: flex-end'>
|
||||
<div class="imports-footer-wrap">
|
||||
<a-button class="imports-btn" style='background-color: #f5222d;border: none;margin-right: 15px' type="primary"
|
||||
<a-button class="imports-btn" style='margin-right: 15px'
|
||||
@click="cancleImports">{{$t('cancel')}}
|
||||
</a-button>
|
||||
<a-button class="imports-btn imports-sub" type="primary" @click="handleSubmit"
|
||||
|
||||
@@ -65,8 +65,8 @@
|
||||
</div>
|
||||
<div class="split-footer" style='display: flex;justify-content: flex-end'>
|
||||
<div class="split-footer-wrap">
|
||||
<a-button class="split-btn" type="primary" @click="cancelSplit"
|
||||
style='background-color: #f5222d;border: none;margin-right: 15px'>{{$t('cancel')}}
|
||||
<a-button class="split-btn" @click="cancelSplit"
|
||||
style='margin-right: 15px'>{{$t('cancel')}}
|
||||
</a-button>
|
||||
<a-button class="split-btn split-chai" type="primary" :loading="loading" @click="submitSplit"
|
||||
v-has="'split:sarFileSplitInfo:add'">{{$t('submit')}}
|
||||
|
||||
Reference in New Issue
Block a user