From 747e58d66131ce157c873392048770d7a5356259 Mon Sep 17 00:00:00 2001 From: hdx Date: Mon, 3 Jun 2024 11:38:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(slider):=20=E6=96=B0=E5=A2=9E=20valueColor?= =?UTF-8?q?=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/slider/slider.uvue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/component/slider/slider.uvue b/pages/component/slider/slider.uvue index de37f0d2..d6eec2dd 100644 --- a/pages/component/slider/slider.uvue +++ b/pages/component/slider/slider.uvue @@ -18,6 +18,7 @@ backgroundColor_input: "#e9e9e9", block_size_input: 28, block_color_input: "#ffffff", + valueColor: "#888888", }; }, methods: { @@ -83,6 +84,9 @@ confirm_block_color_input(value : string) { this.block_color_input = value; }, + confirm_value_color_input(value : string) { + this.valueColor = value; + }, }, }; @@ -91,7 +95,7 @@ uni-app-x @@ -115,6 +119,8 @@ @confirm="confirm_block_size_input"> + -- GitLab