From 06cd51f34f3a51e6ff848ae5b695a46dfc424200 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Thu, 17 Dec 2020 15:26:32 +0800
Subject: [PATCH] 订单块
---
hive-app/pages/workbench/index.vue | 16 +++-------------
1 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/hive-app/pages/workbench/index.vue b/hive-app/pages/workbench/index.vue
index 3230608..f861cb3 100644
--- a/hive-app/pages/workbench/index.vue
+++ b/hive-app/pages/workbench/index.vue
@@ -12,7 +12,6 @@
</view>
</view>
<popover class="popup-content" v-show="isShow">
- <view class="triangle"></view>
<view class="popup-item flex align-center">
<text class="icon white iconfont iconjiahao mr-5"></text>
<text class="white font-14 popup-content-text">新增会员</text>
@@ -43,7 +42,7 @@
<view class="content-item mt-10">
<text class="title">订单</text>
<view class="flex align-center mt-10">
- <view class="flex flex-v align-center list-item">
+ <view class="flex flex-v align-center list-item" @click="linkTo('./selectCustomer')">
<image class="content-icon" src="../../static/images/order1.png"></image>
<text class="font-12 mt-10 font-dark">新建订单</text>
</view>
@@ -188,7 +187,7 @@
padding: 12px 5px;
}
.condition{
- background-color: #518EFF;
+ background: #518EFF;
padding: 15px 30px;
border-radius: 4px;
}
@@ -218,16 +217,7 @@
top: 48px;
padding-left: 10px;
}
- .triangle{
- width: 0;
- height: 0;
- border-width: 0 10px 10px;
- border-style: solid;
- border-color: transparent transparent #4c4c4c;
- position: absolute;
- top:-8px;
- right: 5px;
- }
+
.popup-content-text{
width: 100%;
border-bottom: 1px solid gray;
--
Gitblit v1.9.1