From aaa767b2054fdbe7f60b9d1fdc7a8ad3b25d6c90 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Thu, 17 Dec 2020 16:37:31 +0800 Subject: [PATCH] gx --- hive-app/pages/workbench/selectProduct.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hive-app/pages/workbench/selectProduct.vue b/hive-app/pages/workbench/selectProduct.vue index 0e9dd98..90e40f1 100644 --- a/hive-app/pages/workbench/selectProduct.vue +++ b/hive-app/pages/workbench/selectProduct.vue @@ -16,18 +16,18 @@ <text class="flex justify-start font-14">肽妍氨基酸平衡基础洁面乳</text> <text class="flex justify-start font-14 red mt-10">¥400.00</text> <view class="flex align-center justify-end mt-10"> - <button class="blue-btn-circle mr-10">-</button> + <text class="iconfont iconjian blue-outline-btn-circle mr-10"></text> <text>1</text> - <button class="blue-btn-circle ml-10 mr-0">+</button> + <text class="iconfont iconjia blue-btn-circle ml-10"></text> </view> </view> <view class="flex flex-v list-right-row"> <text class="flex justify-start font-14">肽妍氨基酸平衡基础洁面乳</text> <text class="flex justify-start font-14 red mt-10">¥400.00</text> <view class="flex align-center justify-end mt-10"> - <button class="blue-btn-circle mr-10">-</button> + <text class="iconfont iconjian blue-outline-btn-circle mr-10"></text> <text>1</text> - <button class="blue-btn-circle ml-10 mr-0">+</button> + <text class="iconfont iconjia blue-btn-circle ml-10"></text> </view> </view> </scroll-view> -- Gitblit v1.9.1