diff --git a/README.md b/README.md index 6b5a207..ab49e64 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,24 @@ _(注意:演示环境已屏蔽管理权限和相关操作)_ - [ ] Typescript 重构; +### V1.8.0 更新简介 2023/02/07 + +1. 引入`luch-request`,替换`libs`中的`request` + +2. 兼容`HbulderX`版本更新小程序端`v-bind`无法使用多层对象的问题 + +3. 优化分页数据相关页面代码 + +4. 富文本渲染组件使用`mp-html`替换原`su-parse` + +5. 修复阶梯拼团弹框点击规格自动关闭问题 + +6. 自定义页面头部添加返回按钮及快捷菜单 + +7. 优化筛选时间可以任意选择时间问题(改为只能筛选当天及以前) + +8. 修复部分页面样式显示问题 + ### V1.7.1 更新简介 2022/12/09 1. 更新插件市场忽略文件问题 diff --git a/sheep/components/s-custom-navbar/s-custom-navbar.vue b/sheep/components/s-custom-navbar/s-custom-navbar.vue index cc373f4..789d2d2 100644 --- a/sheep/components/s-custom-navbar/s-custom-navbar.vue +++ b/sheep/components/s-custom-navbar/s-custom-navbar.vue @@ -170,15 +170,12 @@ } .sicon-back { font-size: 32rpx; - color: #000; } .sicon-home { font-size: 32rpx; - color: #000; } .sicon-more { font-size: 32rpx; - color: #000; } .icon-button { width: 67rpx;