|
|
@@ -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>
|