deason 1 năm trước cách đây
mục cha
commit
815c694a08
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/main/resources/templates/admin/taskList.ftlh

+ 3 - 2
src/main/resources/templates/admin/taskList.ftlh

@@ -55,7 +55,7 @@
                         <template slot-scope="scope">
                             <div style="float: left;margin-left: 10px">
                                 <el-popover trigger="hover" placement="left">
-                                    <p style="color: #999999;max-width: 900px">{{ scope.row.params }}&nbsp;</p>
+                                    <p style="color: #999999;max-width: 800px">{{ scope.row.params }}&nbsp;</p>
                                     <div slot="reference">
                                         <el-button size="mini" type="info" icon="el-icon-more" plain>参数</el-button>
                                     </div>
@@ -64,7 +64,8 @@
 
                             <div style="float: left;margin-left: 10px">
                                 <el-popover trigger="hover" placement="left">
-                                    <p style="color: orange;max-width: 900px">{{ scope.row.description }}&nbsp;</p>
+                                    <p style="color: orange;max-width: 800px;
+                                    white-space: pre-wrap;">{{ scope.row.description }}&nbsp;</p>
                                     <div slot="reference">
                                         <el-button size="mini" type="warning" icon="el-icon-view" plain>日志</el-button>
                                     </div>