Commit 111a692343a81f57d725327b70ce202f522c7b78

Authored by ww
1 parent c378175f

fix: DEFECT-851 ota update create time not complete display

... ... @@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [
23 23 format(text) {
24 24 return dateUtil(text).format(DEFAULT_DATE_FORMAT);
25 25 },
26   - width: 120,
  26 + width: 140,
27 27 },
28 28 {
29 29 title: '标题',
... ...