|
@@ -2,7 +2,9 @@
|
|
<div>
|
|
<div>
|
|
<el-dialog :visible.sync="show" :close-on-click-modal="false" :modal-append-to-body="false" @close="cancelHandle"
|
|
<el-dialog :visible.sync="show" :close-on-click-modal="false" :modal-append-to-body="false" @close="cancelHandle"
|
|
custom-class="knowledge-import-dialog" top="10vh" v-dialogDrag title="事件信息" width="1200px">
|
|
custom-class="knowledge-import-dialog" top="10vh" v-dialogDrag title="事件信息" width="1200px">
|
|
- <div class="more-set-btn" @click="setMore">批量设置</div>
|
|
|
|
|
|
+ <div class="more-set-btn">
|
|
|
|
+ <el-button type="primary" @click="setMore">批量设置</el-button>
|
|
|
|
+ </div>
|
|
<el-form class="more-set-form" ref="formRef" hide-required-asterisk :model="eventForm" :rules="formRules"
|
|
<el-form class="more-set-form" ref="formRef" hide-required-asterisk :model="eventForm" :rules="formRules"
|
|
label-width="0">
|
|
label-width="0">
|
|
<el-table :data="eventForm.tableData" ref="table" element-loading-text="加载中..." v-loading="tableLoading" border
|
|
<el-table :data="eventForm.tableData" ref="table" element-loading-text="加载中..." v-loading="tableLoading" border
|
|
@@ -312,8 +314,6 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
padding: 0 40px;
|
|
padding: 0 40px;
|
|
- margin-bottom: 50px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- color: #000000;
|
|
|
|
|
|
+ margin-bottom: 24px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|