From 2bd91c65553719f584403defd13bca1338e9965c Mon Sep 17 00:00:00 2001 From: spark Date: Fri, 3 Jan 2025 17:02:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor(frontend):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=82=A1=E7=A5=A8=E6=95=B0=E9=87=8F=E8=BE=93=E5=85=A5=E7=9A=84?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E6=AD=A5=E9=95=BF=E4=B8=BA=20100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Stock 组件中的股票数量输入框中添加 step 属性 -将 step 属性设置为 100,以符合业务需求 --- frontend/src/components/stock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/stock.vue b/frontend/src/components/stock.vue index 3ec6f75..ec2203f 100644 --- a/frontend/src/components/stock.vue +++ b/frontend/src/components/stock.vue @@ -388,7 +388,7 @@ function SendMessage(result){ - +