Explorar o código

Merge branch 'xiaoqin' into mergeBranch

codeMan %!s(int64=2) %!d(string=hai) anos
pai
achega
15c3d9fb75

+ 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>