diff --git a/common/utils/requset.js b/common/utils/requset.js index 8c7cc6e..c330e3f 100644 --- a/common/utils/requset.js +++ b/common/utils/requset.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-17 17:42:32 * @LastEditors: ch - * @LastEditTime: 2022-05-05 19:00:38 + * @LastEditTime: 2022-05-07 23:52:08 * @Description: 项目接口请求统一处理器,返回一个需要token和不需要token的请求封装方法 */ diff --git a/components/UiGoodsGroup.vue b/components/UiGoodsGroup.vue index 7173838..f3f2e2e 100644 --- a/components/UiGoodsGroup.vue +++ b/components/UiGoodsGroup.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-04-07 17:22:44 * @LastEditors: ch - * @LastEditTime: 2022-05-06 22:23:01 + * @LastEditTime: 2022-05-07 19:46:04 * @Description: file content --> @@ -116,11 +116,8 @@ export default { line-height: 36rpx; font-weight: bold; overflow:hidden; - text-overflow:ellipsis; - display:-webkit-box; - -webkit-box-orient:vertical; - -webkit-line-clamp:2; - max-height: 96rpx; + display: block; + max-height: 90rpx; &__indent{ text-indent: 76rpx; position: relative; diff --git a/pages/account/address/edit.vue b/pages/account/address/edit.vue index 8dc0fb5..431d79f 100644 --- a/pages/account/address/edit.vue +++ b/pages/account/address/edit.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-22 14:12:18 * @LastEditors: ch - * @LastEditTime: 2022-04-30 17:03:45 + * @LastEditTime: 2022-05-07 19:07:02 * @Description: file content -->