Explorar o código

el-form-item更新

wangtao %!s(int64=2) %!d(string=hai) anos
pai
achega
6e44add2d1
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  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>