|
@@ -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>`;
|
|
|
}
|
|
|
},
|
|
|
{
|