wenbobowen 4 жил өмнө
parent
commit
4f05819f8e

+ 5 - 1
src/components/actionDynamic/index.vue

@@ -55,7 +55,7 @@
       <el-tab-pane label="变更记录" name="Logs">
         <div class="maxHeight">
           <div v-for="(item,index) in changeRecord" :key="index" class="Layout_space_between sign-record">
-            <span>
+            <span class="content">
               <span class="operatorName">{{ item.operator }} : </span>
               <span class="remark">{{ item.remark }}</span>
             </span>
@@ -131,4 +131,8 @@ export default {
   color:rgba(51,59,74,1);
   margin-right: 10px;
 }
+.content {
+  display: inline-block;
+  margin-right: 60px;
+}
 </style>

+ 1 - 0
src/views/projectManage/publishTask/components/step.vue

@@ -60,6 +60,7 @@ export default {
     background: #fff;
     cursor: pointer;
     position: relative;
+    color: #444;
     .icon {
       position: absolute;
       left: 0px;

+ 3 - 1
src/views/projectManage/publishTask/index.vue

@@ -51,6 +51,7 @@
                 :value.sync="item.content"
                 :empty-text="'点击'"
                 :input-button="'修改模板'"
+                :height="300"
                 :styles="{ padding: '0 0px 20px 0px', width: '690px', marginLeft: '24px' }"
               />
               <div v-else style="margin-left: 24px" v-html="item.content" />
@@ -516,13 +517,14 @@ export default {
       color: #444444;
       font-size: 14px;
       margin-bottom: 16px;
-      margin-top: 40px;
+      margin-top: 24px;
       .fontRest {
         color: #444;
       }
     }
     .item {
       width: 690px;
+      overflow-y: auto;
       .fontName {
         font-weight: 500;
       }