fix: 下拉框超长时候,显示不全,问题修复。

This commit is contained in:
tianyongbao
2026-06-28 13:11:32 +08:00
parent f353971554
commit b10361be2d
41 changed files with 260 additions and 230 deletions

View File

@@ -38,7 +38,8 @@
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"type-check": "vue-tsc --noEmit",
"clean:linux": "rm -rf dist || rm -rf node_modules",
"clean:windows": "rd /s /q dist || rd /s /q node_modules"
"clean:windows": "rd /s /q dist || rd /s /q node_modules",
"postinstall": "node scripts/patch-u-input.js"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4000820240401001",