yuanyiming 2 vuotta sitten
vanhempi
commit
f6f62d0508
2 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 0 2
      src/App.vue
  2. 2 2
      src/views/projectApplicationApply.vue

+ 0 - 2
src/App.vue

@@ -384,8 +384,6 @@
           display: flex;
           justify-content: center;
           [type="button"]{
-            width: 150px;
-            height: 35px;
             font-size: 16px;
           }
 

+ 2 - 2
src/views/projectApplicationApply.vue

@@ -193,8 +193,8 @@
               </div>
             </div>
             <div slot="footer" class="footer">
-              <el-button @click="commit" class="diaBtn" style="background: #0e72e6;color: #fff;" size="small">确认提交</el-button>
-              <el-button @click="init" class="diaBtn" style="background: #cccccc;color: #000;" size="small">取消</el-button>
+              <el-button type="primary" @click="commit" class="diaBtn" >确认提交</el-button>
+              <el-button @click="init" class="diaBtn">取消</el-button>
             </div>
       </el-dialog>
       <!--添加成员dialog对话框结束 -->