xjc 4 роки тому
батько
коміт
d2e6cbf71d
2 змінених файлів з 8 додано та 1 видалено
  1. 2 0
      src/views/message/InnerSurvey.vue
  2. 6 1
      src/views/message/OutSurvey.vue

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

@@ -31,6 +31,7 @@ a {
   left: 4px;
   // box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
   border-radius: 5px;
+  border:1px solid #ccc;
   .el-form.over_y {
     max-height: calc(100vh - 340px);
     overflow: visible;
@@ -40,6 +41,7 @@ a {
   }
   /deep/.el-form-item__label {
     float: none;
+    font-weight: 600;
   }
 }
 // label样式

+ 6 - 1
src/views/message/OutSurvey.vue

@@ -31,12 +31,17 @@ a {
     left: 4px;
     // box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
     border-radius: 5px;
+    border:1px solid #ccc;
   .el-form.over_y {
     max-height: calc(100vh - 340px);
-    overflow: auto;
+    overflow: visible;
+  }
+  .tpl_form{
+    border: none;
   }
   /deep/.el-form-item__label {
     float: none;
+    font-weight: 600;
   }
 }
 // label样式