完善测试建表并统一前端格式

This commit is contained in:
yml2213
2026-07-14 01:32:14 +08:00
parent 2efcede800
commit 2ca6fd9306
36 changed files with 714 additions and 478 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ a {
* 组件内若需更小视觉字号,请用 transform: scale() 等方式,不要直接用 <16px 的 font-size。
*/
@media (hover: none) and (pointer: coarse) {
input:not([type='checkbox']):not([type='radio']):not([type='range']):not([type='file']):not([type='button']):not([type='submit']):not([type='reset']):not([type='image']),
input:not([type='checkbox']):not([type='radio']):not([type='range']):not([type='file']):not(
[type='button']
):not([type='submit']):not([type='reset']):not([type='image']),
textarea,
select,
.van-field__control {