添加功能
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
2025-12-27 22:34:19 +08:00
parent 1a805e51f7
commit 840e6dbac9
3 changed files with 62 additions and 1 deletions

View File

@@ -142,6 +142,11 @@
background-color: transparent;
}
/* 禁止在导航栏上进行拖动操作 */
.page-container-flex :deep(.van-nav-bar) {
touch-action: none;
}
/* 修复表单字段过长时的换行显示 */
:deep(.van-field__control) {
word-break: break-all;