Browse Source

fix:任务名称居中展示

yangyang 2 years ago
parent
commit
cfd655f44b

+ 1 - 1
ruoyi-system/src/main/resources/templates/process/general/historyList2.html

@@ -175,7 +175,7 @@
                       let label = `<span class='add_label_${color}'>${value}</span>`;
                       let img = icon ? `<img style="width:26px;height:26px;" src="${icon}">` : ''
                       let html = value === '重新提交' ? `${label}${img}` : `${img}${label}`
-                      return `<div class='flex align-center'>${html}</div>`;
+                      return `<div class='align-center'>${html}</div>`;
                     }
                 },
                 {