From 49f6ac08d376c172649efb4bc4607c8a502f50e7 Mon Sep 17 00:00:00 2001 From: lihui Date: Mon, 23 Jun 2025 14:52:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E6=B1=87=E7=8E=87=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/managerecharge/rate.vue | 565 +++++++++++--------------------------- 1 file changed, 164 insertions(+), 401 deletions(-) diff --git a/src/views/managerecharge/rate.vue b/src/views/managerecharge/rate.vue index 503fd6e..1d6c538 100644 --- a/src/views/managerecharge/rate.vue +++ b/src/views/managerecharge/rate.vue @@ -1,8 +1,6 @@ + - - - - - - - @@ -635,160 +478,73 @@ function handleInput(value) { - + - - - - - + + +.rate-tip { + hyphens: auto; +} + \ No newline at end of file From 03be57ca36b0424275a66ab74559b5e28b1199f6 Mon Sep 17 00:00:00 2001 From: lihui Date: Thu, 26 Jun 2025 18:01:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=8D=A1=E7=89=87=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=AD=A3=E5=9C=A8?= =?UTF-8?q?=E5=81=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/consume/addCoinConsume.vue | 822 ++++++++++++++++++++------------ src/views/consume/coinConsume.vue | 8 +- src/views/consume/coinConsumeDetail.vue | 5 +- 3 files changed, 526 insertions(+), 309 deletions(-) diff --git a/src/views/consume/addCoinConsume.vue b/src/views/consume/addCoinConsume.vue index 86f6a89..d1c3cdc 100644 --- a/src/views/consume/addCoinConsume.vue +++ b/src/views/consume/addCoinConsume.vue @@ -1,10 +1,10 @@