style(views): 统一多个视图的导航栏和标签页样式
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 1m0s
Docker Build & Deploy / Deploy to Production (push) Successful in 11s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 1m0s
Docker Build & Deploy / Deploy to Production (push) Successful in 11s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
调整多个视图的导航栏背景为透明,统一标签页的边距和样式 优化禁用状态的箭头样式,增加指针事件控制
This commit is contained in:
@@ -230,7 +230,8 @@ onBeforeUnmount(() => {
|
||||
background: var(--van-background-2);
|
||||
padding: 4px 12px;
|
||||
z-index: 100;
|
||||
border-bottom: 1px solid var(--van-border-color);
|
||||
margin-top: 10px;
|
||||
|
||||
}
|
||||
|
||||
.top-search-bar :deep(.van-search) {
|
||||
|
||||
Reference in New Issue
Block a user