Parcourir la source

跟进动态新增编辑调整

qymljy il y a 2 ans
Parent
commit
2786e51c5c

+ 9 - 1
src/components/normal-basic-layout/details/modules/followUp/addLog.vue

@@ -172,5 +172,13 @@ export default {
 <style>
 </style>
 <style scoped>
-
+/deep/ .el-form-item {
+   margin-bottom: 10px;
+}
+/deep/ .el-form--label-top .el-form-item__label {
+  float: none;
+  display: inline-block;
+  text-align: left;
+  padding: 0 0 0px 0;
+}
 </style>

+ 9 - 0
src/components/normal-basic-layout/details/modules/followUp/editLog.vue

@@ -205,4 +205,13 @@ export default {
 .pionter:hover{
   box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
 }
+/deep/ .el-form-item {
+  margin-bottom: 10px;
+}
+/deep/ .el-form--label-top .el-form-item__label {
+  float: none;
+  display: inline-block;
+  text-align: left;
+  padding: 0 0 0px 0;
+}
 </style>