소스 검색

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>