maxiaoxiao 4 місяців тому
батько
коміт
a7f8c4fb7b

+ 7 - 2
src/views/ResourceShare/myApplication/components/addEdtModal.vue

@@ -78,8 +78,8 @@
       </div>
       <span slot="footer" class="dialog-footer">
         <!-- <span class="clearBtn" @click="submit(true)">保存至模板</span> -->
-        <el-button type="primary" @click="close">关闭</el-button>
-        <el-button type="primary" v-if="modelType !== 'info'" @click="submit"
+        <el-button size="small" type="primary" plain @click="close">关闭</el-button>
+        <el-button size="small" type="primary" v-if="modelType !== 'info'" @click="submit"
           >确 定</el-button
         >
       </span>
@@ -156,6 +156,11 @@ export default {
   }
   .tip {
     color: #f56c6c;
+    margin-left: 25px;
+  }
+  .is-plain{
+    background-color: #3f94f53f ;
+    border-color: #3f93f5;
   }
 }
 </style>

+ 2 - 2
src/views/ResourceShare/myApplication/index.vue

@@ -29,8 +29,8 @@
         </template>
         <template #action>
           <!-- v-hasPermi="['monitor:job:add']" -->
-          <el-button size="mini" @click="getTableData">查询</el-button>
-          <el-button size="mini" @click="reset()">重置</el-button>
+          <el-button size="mini" type="primary" @click="getTableData">查询</el-button>
+          <el-button size="mini" type="primary" @click="reset()">重置</el-button>
         </template>
       </custom-form>
       <!-- :total="table.total"

+ 7 - 2
src/views/ResourceShare/myReview/components/reviewModal.vue

@@ -93,8 +93,9 @@
         </div>
       </div>
       <span slot="footer" class="dialog-footer">
-        <el-button @click="close">关闭</el-button>
-        <el-button type="primary" @click="submit">确 定</el-button>
+        <!-- <span class="clearBtn" @click="close">取消</span> -->
+        <el-button size="small" type="primary" plain @click="close">关闭</el-button>
+        <el-button size="small" type="primary" @click="submit">确 定</el-button>
       </span>
     </el-dialog>
   </div>
@@ -195,6 +196,10 @@ export default {
   .elrow {
     margin-top: 10px;
   }
+  .is-plain{
+    background-color: #3f94f53f ;
+    border-color: #3f93f5;
+  }
 }
 </style>
 <style lang="scss" >

+ 2 - 2
src/views/ResourceShare/myReview/index.vue

@@ -29,8 +29,8 @@
         </template>
         <template #action>
           <!-- v-hasPermi="['monitor:job:add']" -->
-          <el-button size="mini" @click="getTableData">查询</el-button>
-          <el-button size="mini" @click="reset()">重置</el-button>
+          <el-button size="mini" type="primary" @click="getTableData">查询</el-button>
+          <el-button size="mini" type="primary" @click="reset()">重置</el-button>
         </template>
       </custom-form>
       <!-- :total="table.total"

+ 7 - 3
src/views/ResourceShare/sharedLocation/components/fieldSetModal.vue

@@ -38,9 +38,9 @@
         </el-table>
       </div>
       <span slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="refresh">刷新字段列表</el-button>
-        <el-button type="primary" @click="submit">保存</el-button>
-        <el-button @click="close">关闭</el-button>
+        <el-button size="small" type="primary" @click="refresh">刷新字段列表</el-button>
+        <el-button size="small" type="primary" @click="submit">保存</el-button>
+        <el-button size="small" type="primary" plain @click="close">关闭</el-button>
       </span>
     </el-dialog>
   </div>
@@ -107,6 +107,10 @@ export default {
       color: #fff;
     }
   }
+  .is-plain{
+    background-color: #3f94f53f ;
+    border-color: #3f93f5;
+  }
 }
 </style>
 <style lang="scss" >

+ 2 - 2
src/views/ResourceShare/sharedLocation/index.vue

@@ -26,8 +26,8 @@
         </template>
         <template #action>
           <!-- v-hasPermi="['monitor:job:add']" -->
-          <el-button size="mini" @click="getTableData">查询</el-button>
-          <el-button size="mini" @click="reset()">重置</el-button>
+          <el-button size="mini" type="primary" @click="getTableData">查询</el-button>
+          <el-button size="mini" type="primary" @click="reset()">重置</el-button>
         </template>
       </custom-form>
       <!-- :total="table.total"