li-guang
2020-12-17 06cd51f34f3a51e6ff848ae5b695a46dfc424200
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,11 +42,11 @@
      <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>
            <view class="flex flex-v align-center list-item">
            <view class="flex flex-v align-center list-item" @click="linkTo('./orderList')">
               <image class="content-icon" src="../../static/images/order2.png"></image>
               <text class="font-12 mt-10 font-dark">代付款</text>
            </view>
@@ -165,6 +164,11 @@
      methods:{
         appear(){
            
         },
         linkTo(val){
            uni.navigateTo({
               url:val
            })
         }
      }
   }
@@ -183,7 +187,7 @@
      padding: 12px 5px;
   }
   .condition{
      background-color: #518EFF;
      background: #518EFF;
      padding: 15px 30px;
      border-radius: 4px;
   }
@@ -213,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;