tanyanfei пре 4 година
родитељ
комит
9eefdebc59

+ 8 - 0
src/views/message/InnerSurvey.vue

@@ -68,6 +68,14 @@ a {
   /deep/.el-form-item {
     background: none;
   }
+  /deep/.el-form-item__label {
+    float: none;
+    font-weight: 600;
+    display: block;
+    line-height: 20px;
+    margin-bottom: 10px;
+    text-align: left;
+  }
   /deep/.el-form-item__content {
     width: 100%;
     .el-radio-group,.el-checkbox-group{

+ 5 - 0
src/views/message/OutSurvey.vue

@@ -42,6 +42,10 @@ a {
   /deep/.el-form-item__label {
     float: none;
     font-weight: 600;
+    display: block;
+    line-height: 20px;
+    margin-bottom: 10px;
+    text-align: left;
   }
 }
 // label样式
@@ -68,6 +72,7 @@ a {
   /deep/.el-form-item {
     background: none;
   }
+  
   /deep/.el-form-item__content {
     width: 100%;
     .el-radio-group,.el-checkbox-group{

+ 5 - 0
src/views/message/modelForm.vue

@@ -51,6 +51,10 @@
                 /deep/.el-form-item__label{
                     font-size:16px;
                     color:#666666;
+                    display: block;
+                    line-height: 20px;
+                    margin-bottom: 10px;
+                    text-align: left;
                 }
                 /deep/.el-form-item__content{
                     margin-right:160px;
@@ -102,6 +106,7 @@
                     .el-radio,.el-checkbox{
                     margin-bottom: 10px;
                     }
+                    
                 }
                 /deep/.el-form-item__label{
                         float: none;