fix: 下拉框超长时候,显示不全,问题修复。
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user