Ver Fonte

修改看板模态框底部按钮样式

damon227 há 2 anos atrás
pai
commit
e1cca38ca7
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      src/views/modules/home/admin.vue
  2. 1 1
      src/views/modules/home/customer.vue

+ 1 - 1
src/views/modules/home/admin.vue

@@ -316,7 +316,7 @@
           <el-input v-model="noticeForm.content" autocomplete="off"></el-input>
         </el-form-item>
       </el-form>
-      <div slot="footer" class="dialog-footer">
+      <div slot="footer">
         <el-button @click="dialogFormVisible = false">取 消</el-button>
         <el-button type="primary" @click="dialogSubmit">确 定</el-button>
       </div>

+ 1 - 1
src/views/modules/home/customer.vue

@@ -250,7 +250,7 @@
           <el-input v-model="noticeForm.content" autocomplete="off"></el-input>
         </el-form-item>
       </el-form>
-      <div slot="footer" class="dialog-footer">
+      <div slot="footer">
         <el-button @click="dialogFormVisible = false">取 消</el-button>
         <el-button type="primary" @click="dialogSubmit">确 定</el-button>
       </div>