瀏覽代碼

新增链属弹窗页面样式优化

zhanglb 3 年之前
父節點
當前提交
8da72e7593
共有 2 個文件被更改,包括 15 次插入4 次删除
  1. 11 0
      front-vue/src/assets/styles/huyi.scss
  2. 4 4
      front-vue/src/views/service/rel/companyRel.vue

+ 11 - 0
front-vue/src/assets/styles/huyi.scss

@@ -25,6 +25,9 @@
 .pb20 {
   padding-bottom: 20px !important;
 }
+.pb32{
+  padding-bottom: 32px;
+}
 .mt5 {
   margin-top: 5px;
 }
@@ -73,6 +76,9 @@
 .mt32{
   margin-top: 32px;
 }
+.mb32{
+  margin-bottom: 32px;
+}
 .el-dialog:not(.is-fullscreen) {
   margin-top: 6vh !important;
 }
@@ -414,3 +420,8 @@
 .text-right{
   text-align: right;
 }
+.el-dialog__body--clear{
+  .el-dialog__body{
+    padding: 0;
+  }
+}

+ 4 - 4
front-vue/src/views/service/rel/companyRel.vue

@@ -360,9 +360,9 @@
                 <el-dialog
                     :title="title"
                     :visible.sync="open"
-                    width="752px"
+                    width="837px"
                     append-to-body
-                    class="zap-chain-dialog">
+                    class="zap-chain-dialog el-dialog__body--clear">
                     <el-form
                         ref="form"
                         :model="form"
@@ -468,7 +468,7 @@
                         </el-row>
                     </el-form>
                     <el-row
-                        style="height: 109px;"
+                        class="pb32"
                         type="flex"
                         align="middle"
                         justify="center">
@@ -1454,7 +1454,7 @@ export default {
     }
 
     .zap-chain-dialog-content {
-        padding: 32px 50px 0;
+        padding: 32px 50px 32px;
     }
 }