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 @@