4***@tmp.dcloud.io
4***@tmp.dcloud.io
  • 发布:2025-01-19 01:49
  • 更新:2025-01-19 01:49
  • 阅读:35

uni-data-picker 下的uni-data-tree-dialog 样式用::v-deep更改不了, 只能调整源文件代码样式吗

分类:uni-app
更改不了 :v-deep .uni-data-tree-dialog { top: 150rpx;
}

调整源文件才起作用
.uni-data-tree-dialog {
position: fixed;
left: 0;
/ #ifndef APP-NVUE /
top: 23%;
/ #endif /
/ #ifdef APP-NVUE /
top: 200px;
/ #endif /
right: 0;
bottom: 0;
background-color: #FFFFFF;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
/ #ifndef APP-NVUE /
display: flex;
/ #endif /
flex-direction: column;
z-index: 102;
overflow: hidden;
/ #ifdef APP-NVUE /
width: 750rpx;
/ #endif /
}

2025-01-19 01:49 负责人:无 分享
已邀请:

要回复问题请先登录注册