浏览代码

样式修改

tanyanfei 4 年之前
父节点
当前提交
df9fa42bea
共有 3 个文件被更改,包括 24 次插入1 次删除
  1. 8 0
      src/views/message/InnerSurvey.vue
  2. 8 0
      src/views/message/OutSurvey.vue
  3. 8 1
      src/views/message/modelForm.vue

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

@@ -89,6 +89,14 @@ a {
     .cus_select .el-checkbox__label{
         display: inline;
     }
+    .el-radio__label,.el-checkbox__label{
+      display: inline-block  !important;
+      width: 93%;
+      vertical-align: top;
+    }
+    .el-radio,.el-checkbox{
+      margin-bottom: 10px;
+    }
   }
 }
 .survey_logo {

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

@@ -77,6 +77,14 @@ a {
     .cus_select .el-radio{
       line-height: 20px;
     }
+    .el-radio__label,.el-checkbox__label{
+      display: inline-block  !important;
+      width: 93%;
+      vertical-align: top;
+    }
+    .el-radio,.el-checkbox{
+      margin-bottom: 10px;
+    }
     .cus_select .el-checkbox{
       line-height: 20px;
     }

+ 8 - 1
src/views/message/modelForm.vue

@@ -94,7 +94,14 @@
                     .cus_select .el-checkbox__label{
                         display: inline;
                     }
-                    
+                    .el-radio__label,.el-checkbox__label{
+                        display: inline-block  !important;
+                        width: 93%;
+                        vertical-align: top;
+                    }
+                    .el-radio,.el-checkbox{
+                    margin-bottom: 10px;
+                    }
                 }
                 /deep/.el-form-item__label{
                         float: none;