소스 검색

修改css样式

wangzhuo 1 년 전
부모
커밋
e0264bd36d
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/iosBasicData/bcorps/detailsPage.vue

+ 5 - 1
src/views/iosBasicData/bcorps/detailsPage.vue

@@ -6,7 +6,10 @@
           <el-button type="danger" style="border: none;background: none;color: red" icon="el-icon-arrow-left"
             @click="backToList">返回列表
           </el-button>
-          <el-button type="primary" @click="submitForm">保存</el-button>
+          <h4 style="margin: 0">往来单位</h4>
+          <dev>
+            <el-button type="primary" @click="submitForm">保存</el-button>
+          </dev>
         </div>
         <el-row style="display: flex; flex-direction: row; align-items: center;">
           <div style="width: 8px; height: 20px; border-radius: 2px; background-color: #bd3124; margin-right: 6px;"></div>
@@ -1196,6 +1199,7 @@ export default {
   width: 100%;
   display: flex;
   justify-content: space-between;
+  align-items: center;
 }
 
 .text {