Skip to content

Commit

Permalink
fix: Address 组件体积优化 (#1885)
Browse files Browse the repository at this point in the history
* 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适配
  • Loading branch information
yangxiaolu1993 authored Dec 1, 2022
1 parent 78d62a4 commit d8cac09
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 415 deletions.
5 changes: 5 additions & 0 deletions src/packages/__VUE/address/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,9 @@
color: $white;
}
}

&-select-icon {
margin-right: $address-item-margin-right;
color: $address-icon-color !important;
}
}
Loading

0 comments on commit d8cac09

Please sign in to comment.