فهرست منبع

feat:客户管理-仪表盘,

ljc 2 ماه پیش
والد
کامیت
89129d6d47
1فایلهای تغییر یافته به همراه38 افزوده شده و 1 حذف شده
  1. 38 1
      pages/ib/index.vue

+ 38 - 1
pages/ib/index.vue

@@ -223,7 +223,8 @@
       ibAmount: "",
     }
   )
-  const spreadList = ref()
+  const spreadList = ref([])
+  const excludeShowLoginTypes = ref()
   const pammManagerValid = ref()
   const menuList = ref([
     {label: t('Custom.Index.Withdrawals'),type: 1},
@@ -589,4 +590,40 @@
     color: rgba(255, 255, 255, 0.6);
     word-break: break-all;
   }
+  .dia-content {
+    padding: 20rpx;
+  }
+
+  .content {
+    display: flex;
+    flex-direction: column;
+    gap: 20rpx;
+  }
+
+  .label {
+    font-weight: 500;
+    margin-bottom: 8rpx;
+  }
+
+  .btn {
+    margin-top: 16rpx;
+    text-align: center;
+  }
+
+  .crm-cursor {
+    cursor: pointer;
+    color: #ea002a;
+    text-decoration: underline;
+  }
+
+  .link {
+    margin-top: 20rpx;
+  }
+
+  .qrCode {
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    gap: 16rpx;
+  }
 </style>