瀏覽代碼

el-form-item更新

wangtao 2 年之前
父節點
當前提交
6e44add2d1
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      src/App.vue
  2. 3 0
      src/views/login.vue

+ 3 - 0
src/App.vue

@@ -122,5 +122,8 @@ background: transparent !important;
   height:48px;
   line-height: 48px;
 }
+.el-form-item{
+   margin-bottom:15px;
+ }
 </style>
 

+ 3 - 0
src/views/login.vue

@@ -415,6 +415,9 @@ export default {
   top: -40px;
   fill: #ccc;
 }
+.el-form-item{
+  margin-bottom:10px !important;
+}
 </style>
 
 <style>