Browse Source

流程单查询底色优化

zck 1 year ago
parent
commit
b64d0aea84
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/view/performance/chejianbaogong.vue

+ 2 - 0
src/view/performance/chejianbaogong.vue

@@ -6060,12 +6060,14 @@ const sbzyqdsatusCellClass = ({row, column, rowIndex, columnIndex}) =>{
 :deep(.custom-button.el-button--info) {
 	background-color: palegreen !important;
   color: #155724;
+  font-size: 20px;
   border-color: #c3e6cb;
 }
 /* 已完成 */
 :deep(.custom-button.el-button--danger) {
 	background-color: rgb(236, 135, 135) !important;
   color: #721c24;
+  font-size: 20px;
   border-color: #f5c6cb;
 }