Skip to content

Commit d8cac09

Browse files
fix: Address 组件体积优化 (#1885)
* fix: 修复 ImagePreview 在Taro编译成H5后报错的问题 * fix: 地址关闭时, Close 事件触发两次问题解决 * feat: 组件DatePicker 添加双向绑定 * docs: 组件Picker文档修改 * feat: 组件Picker与DatePicker新增属性safe-area-inset-bottom * feat: imagepreview * fix: 组件imagepreview点击视频遮罩关闭(#1729) * fix: 解决 Picker 在微信小程序中无法使用问题 (#1774) * fix: 修改 Picker 组件 v-model 失效问题 * fix: 组件NoticeBar修改height之后,垂直轮播会卡顿 * fix: 删除Datepicker Demo演示多余内容 * fix: 组件Picker在JD小程序上适配 * fix: 组件Address京东小程序适配 * feat: 京东小程序适配 * fix: 删除空格 * feat: 删除console * fix: 京东小程序imagepreview适配 * fix: 修复 imagepreview 动态设置 initNo 显示不正确问题 * fix: 组件 InfiniteLoading 某些情况下会错误触发下拉刷新#1819 * fix: 删除pullrefresh * feat: 组件 imagepreview瘦身 * feat: 组件Picker 瘦身 * fix: address线上问题修改 * fix: 完善imagepreview * feat: 公共函数提取 * feat: 函数式改用 createComponent * fix: 文件回撤 * fix: 组件 popup 组件修改 watcheffect 为 watch * fix: 地址问题修改 * feat: address组件删除冗余逻辑 * feat: 地址组件Taro适配
1 parent 78d62a4 commit d8cac09

File tree

3 files changed

+255
-415
lines changed

3 files changed

+255
-415
lines changed

src/packages/__VUE/address/index.scss

+5
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,9 @@
235235
color: $white;
236236
}
237237
}
238+
239+
&-select-icon {
240+
margin-right: $address-item-margin-right;
241+
color: $address-icon-color !important;
242+
}
238243
}

0 commit comments

Comments
 (0)