Explorar o código

跟进记录暂存

xiaohaizhao hai 2 meses
pai
achega
330a3932a1

+ 35 - 0
CRM/customer/modules/followRecord/index.scss

@@ -1,5 +1,40 @@
+.head {
+  display: flex;
+  align-items: center;
+  width: 100vw;
+  height: 120rpx;
+  padding: 0 20rpx 0 30rpx;
+  box-sizing: border-box;
+
+  .count {
+      font-size: 28rpx;
+      font-family: PingFang SC-Regular, PingFang SC;
+      color: #333333;
+  }
+
+  .expand {
+      flex: 1;
+      display: flex;
+      justify-content: flex-end;
+
+      .but {
+          display: flex;
+          align-items: center;
+          justify-content: center;
+          width: 80rpx;
+          height: 80rpx;
+          background: #FFFFFF;
+          border-radius: 8rpx;
+          border: 2rpx solid #CCCCCC;
+          margin-left: 20rpx;
+          color: #666666;
+      }
+  }
+}
+
 .follow-record {
   padding: 24rpx;
+  padding-top: 0;
 
   .placeholder {
     text-align: center;

+ 9 - 0
CRM/customer/modules/followRecord/index.wxml

@@ -1,3 +1,12 @@
+<view class="head">
+  <view class="count">跟进记录</view>
+  <view class="expand">
+    <navigator url="#" class="but">
+      <van-icon name="plus" />
+    </navigator>
+  </view>
+</view>
+
 <view class="follow-record">
   <view wx:if="{{list.length == 0}}" class="placeholder">暂无跟进记录</view>
   <view wx:else class="follow-list">