Forráskód Böngészése

修改资金申请表单文本

Q-ABAB 2 éve
szülő
commit
0dec1bd45c
1 módosított fájl, 3 hozzáadás és 6 törlés
  1. 3 6
      src/views/ProjectManagementFund2.vue

+ 3 - 6
src/views/ProjectManagementFund2.vue

@@ -210,8 +210,8 @@
 
 
         <span slot="footer" class="dialog-footer">
-          <el-button type="primary" @click="init" class="btn5" size="small">生成表单</el-button>
-          <el-button type="primary" @click="init" class="btn5" size="small">返回</el-button>
+          <el-button type="primary" @click="init" style="font-size:16px" size="small">生成表单</el-button>
+          <el-button type="primary" @click="init" style="font-size:16px" size="small">返回</el-button>
         </span>
       </el-dialog>
       <!-- 查看详情对话框结束 -->
@@ -381,10 +381,6 @@
     .dialog-footer{
       display: flex;
       justify-content: center;
-      .btn5{
-        background: #0e72e6;
-        width: 200px;
-      }
     }
   }
   .projectApplicationfundAddDialog2{
@@ -404,6 +400,7 @@
       justify-content:flex-end;
       margin-right: 9px;
       align-items: center;
+      font-size: 16px;
     }
     .deleteContent1{
       width: 55%;