瀏覽代碼

Merge branch 'xiaoqin' into mergeBranch

codeMan 2 年之前
父節點
當前提交
15c3d9fb75
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      src/HDrpManagement/workReport/modules/reportContent/index.vue

+ 6 - 2
src/HDrpManagement/workReport/modules/reportContent/index.vue

@@ -6,8 +6,8 @@
       <customBtn
         class="inline-16"
         btnName="删 除"
-        type="text"
-        size="small"
+        type="default"
+        size="mini"
         style="position:absolute;left:0;top:0"
         message="确定删除当前汇报吗?"
         idName="20230602105902"
@@ -139,4 +139,8 @@ export default {
   font-size: 14px;
   margin-bottom:10px;
 }
+/deep/.el-button {
+  border: 1px solid #3874F6 !important;
+  color:#3874F6 !important;
+}
 </style>