From 5c5aced547ba0afa692a6da6c7dbacbfe10aece7 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 15 Nov 2023 16:58:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=B4=E5=BA=A6=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=8E=92=E5=BA=8F=E6=94=AF=E6=8C=81=E7=BD=AE=E9=A1=B6?= =?UTF-8?q?=E5=92=8C=E6=90=9C=E7=B4=A2#6288?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/icons/svg/to-top.svg | 1 + .../components/compare/CustomSortEdit.vue | 47 +++++++++++++++++-- 2 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 core/frontend/src/icons/svg/to-top.svg diff --git a/core/frontend/src/icons/svg/to-top.svg b/core/frontend/src/icons/svg/to-top.svg new file mode 100644 index 0000000000..7cfda8c25d --- /dev/null +++ b/core/frontend/src/icons/svg/to-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/frontend/src/views/chart/components/compare/CustomSortEdit.vue b/core/frontend/src/views/chart/components/compare/CustomSortEdit.vue index 8340ce1c86..82584e3107 100644 --- a/core/frontend/src/views/chart/components/compare/CustomSortEdit.vue +++ b/core/frontend/src/views/chart/components/compare/CustomSortEdit.vue @@ -1,16 +1,25 @@