添加功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user