From ee882a53db64e1f8a3d8ab81f700475b3ec047fe Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Mon, 2 Sep 2024 15:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=20relative=20axis=20?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pivot/axis-item.vue | 23 +++++++++++++++++++++-- src/components/pivot/relative-axis.js | 3 ++- src/components/pivot/user-pivot.vue | 8 +++++--- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/components/pivot/axis-item.vue b/src/components/pivot/axis-item.vue index bddf0c2..6f81e8b 100644 --- a/src/components/pivot/axis-item.vue +++ b/src/components/pivot/axis-item.vue @@ -3,13 +3,17 @@ class="axis-item" :style="itemStyle" > - {{ props.pivot.label }} + {{ makeDiffLabel() }}