Explorar el Código

Merge branch 'xiaoqin' into mergeBranch

codeMan hace 2 años
padre
commit
15c3d9fb75
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  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>