diff --git a/.gitignore b/.gitignore index 321ac6f..8ae1f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /node_modules/ /v2/ *.zip +.idea package-lock.json pnpm-lock.yaml diff --git a/src/assets/icons/rotate-left.svg b/src/assets/icons/rotate-left.svg new file mode 100644 index 0000000..cc30306 --- /dev/null +++ b/src/assets/icons/rotate-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/icons/rotate-right.svg b/src/assets/icons/rotate-right.svg new file mode 100644 index 0000000..3906d45 --- /dev/null +++ b/src/assets/icons/rotate-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/datav/chart-bar.vue b/src/components/datav/chart-bar.vue index 3a3434c..ebcfc66 100644 --- a/src/components/datav/chart-bar.vue +++ b/src/components/datav/chart-bar.vue @@ -5,16 +5,16 @@
- + {{ item.label }} -
+
- {{ item.value }} + {{ item.value }} @@ -154,7 +154,10 @@ function getColor(val) { } } .bar-item_content { - width: calc(100% - var(--label-width) - 80px); + width: calc(100% - var(--label-width) - 16px - 20px); + &[long=false] { + width: calc(100% - var(--label-width) - 36px - 58px); + } .bar-item_content-bar { width: 0; height: 9px; diff --git a/src/components/file/list.vue b/src/components/file/list.vue index 1d8f4e9..b5fd65d 100644 --- a/src/components/file/list.vue +++ b/src/components/file/list.vue @@ -64,11 +64,11 @@
剩余处理时间
+
延期{{ extensionDays }}天
@@ -49,7 +50,8 @@
- 已超时 +
已超时
+
延期{{ extensionDays }}天