@@ -193,7 +193,6 @@ EventBus.on("should-reload-history", () => {
});
if (res?.data) {
const data = res.data.records;
- total = res.data.total;
if (store.currentTask) {
// 这种方式(对象被重新构造了)能查找到index,我也很惊讶
const indexOfTasks = store.historyTasks.indexOf(store.currentTask);
@@ -879,8 +879,9 @@
img {
display: block;
- width: 200px;
+ width: 200px !important;
height: 140px;
+ margin: 0 auto;
}
p {
height: 24px;