Browse Source

App样式

yuanyiming 2 years ago
parent
commit
f6f62d0508
2 changed files with 2 additions and 4 deletions
  1. 0 2
      src/App.vue
  2. 2 2
      src/views/projectApplicationApply.vue

+ 0 - 2
src/App.vue

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

+ 2 - 2
src/views/projectApplicationApply.vue

@@ -193,8 +193,8 @@
               </div>
               </div>
             </div>
             </div>
             <div slot="footer" class="footer">
             <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>
             </div>
       </el-dialog>
       </el-dialog>
       <!--添加成员dialog对话框结束 -->
       <!--添加成员dialog对话框结束 -->