Commit 284116b1 by liangjianmin

style(uni): adjust action sheet icon sizing for consistency

- Increase action sheet header icon font size to 28rpx
- Increase action sheet close icon font size to 28rpx
- Apply !important flag to ensure style precedence
- Improve visual consistency across action sheet components
parent 1f50911c
Showing with 8 additions and 0 deletions
@import '@/uni_modules/uview-ui/theme.scss';
.u-action-sheet__header__icon-wrap .u-icon__icon {
font-size: 28rpx !important;
}
.u-action-sheet .uicon-close {
font-size: 28rpx !important;
}
/* 行为相关颜色 */
$uni-color-primary: #197adb;
$uni-color-success: #4cd964;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment