fix(Field): label-align top works well with label-width (#11684)

* fix(Field): label-align top works well with label-width

* fix(Field): update snapshot

* fix(Field): break long label when `labelAlign="top"`
This commit is contained in:
Jungzl
2023-03-26 11:39:45 +08:00
committed by GitHub
parent 07c0e3e9da
commit 1c1e2e3b27
9 changed files with 131 additions and 18 deletions
+1
View File
@@ -20,6 +20,7 @@
"build:site": "vant-cli build-site",
"release": "cp ../../README.md ./ && vant-cli release && rm ./README.md",
"release:site": "pnpm build:site && npx gh-pages -d site-dist --add",
"test:update": "vant-cli test --updateSnapshot",
"test:watch": "vant-cli test --watch",
"test:coverage": "open test/coverage/index.html"
},