From 60025719f182b1928375bcd35157d0446f620f32 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 26 六月 2025 11:28:48 +0800 Subject: [PATCH] 限制电话号码输入长度 --- package.json | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 800eace..80766c9 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,8 @@ "moment": "^2.29.4", "nprogress": "0.2.0", "pinyin-match": "^1.2.2", + "postcss-px-to-viewport": "^1.1.1", + "postcss-pxtorem": "^5.1.1", "print-js": "^1.6.0", "quill": "1.3.7", "screenfull": "5.0.2", -- Gitblit v1.8.0