cloud-business 0.1.87-1 → 0.1.87-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cloud-business.css +52 -38
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -13487,12 +13487,13 @@ body {
|
|
|
13487
13487
|
}
|
|
13488
13488
|
.newCloud-drawer1-title {
|
|
13489
13489
|
font-size: 16px;
|
|
13490
|
-
font-weight:
|
|
13490
|
+
font-weight: 500;
|
|
13491
13491
|
}
|
|
13492
|
-
|
|
13493
|
-
font-size:
|
|
13492
|
+
#newCloud-drawer1-close {
|
|
13493
|
+
font-size: 16px;
|
|
13494
13494
|
padding-right: 16px;
|
|
13495
13495
|
cursor: pointer;
|
|
13496
|
+
box-sizing: border-box;
|
|
13496
13497
|
}
|
|
13497
13498
|
.newCloud-input:focus {
|
|
13498
13499
|
border-color: var(--shuyunBlue4) !important;
|
|
@@ -13551,12 +13552,13 @@ body {
|
|
|
13551
13552
|
}
|
|
13552
13553
|
.newCloud-drawer1-title {
|
|
13553
13554
|
font-size: 16px;
|
|
13554
|
-
font-weight:
|
|
13555
|
+
font-weight: 500;
|
|
13555
13556
|
}
|
|
13556
|
-
|
|
13557
|
-
font-size:
|
|
13557
|
+
#newCloud-drawer1-close {
|
|
13558
|
+
font-size: 16px;
|
|
13558
13559
|
padding-right: 16px;
|
|
13559
13560
|
cursor: pointer;
|
|
13561
|
+
box-sizing: border-box;
|
|
13560
13562
|
}
|
|
13561
13563
|
.newCloud-input:focus {
|
|
13562
13564
|
border-color: var(--shuyunBlue4) !important;
|
|
@@ -13567,24 +13569,48 @@ body {
|
|
|
13567
13569
|
}
|
|
13568
13570
|
.account-area-new {
|
|
13569
13571
|
background: #FFFFFF;
|
|
13570
|
-
height:
|
|
13572
|
+
height: 138px;
|
|
13571
13573
|
padding: 16px;
|
|
13572
13574
|
box-sizing: border-box;
|
|
13573
13575
|
margin-bottom: 16px;
|
|
13574
13576
|
}
|
|
13575
13577
|
.account-area-new .customer-account-info-new .uniId-wrap {
|
|
13576
13578
|
position: relative;
|
|
13577
|
-
display: flex;
|
|
13578
13579
|
margin-bottom: 16px;
|
|
13579
|
-
font-size: 16px;
|
|
13580
|
-
font-weight: 500;
|
|
13581
13580
|
color: rgba(0, 0, 0, 0.85);
|
|
13582
13581
|
}
|
|
13583
|
-
.account-area-new .customer-account-info-new .uniId-wrap
|
|
13582
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 {
|
|
13583
|
+
display: flex;
|
|
13584
|
+
}
|
|
13585
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 .info-flag {
|
|
13586
|
+
font-size: 12px;
|
|
13587
|
+
height: 18px;
|
|
13588
|
+
line-height: 18px;
|
|
13589
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13590
|
+
}
|
|
13591
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 .info-edit {
|
|
13592
|
+
cursor: pointer;
|
|
13593
|
+
position: absolute;
|
|
13594
|
+
right: 0;
|
|
13595
|
+
height: 20px;
|
|
13596
|
+
line-height: 20px;
|
|
13597
|
+
font-size: 14px;
|
|
13598
|
+
font-weight: 400;
|
|
13599
|
+
color: var(--shuyunBlue4);
|
|
13600
|
+
}
|
|
13601
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 .info-edit i {
|
|
13602
|
+
font-size: 14px;
|
|
13603
|
+
margin-right: 3px;
|
|
13604
|
+
}
|
|
13605
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-2 {
|
|
13606
|
+
display: flex;
|
|
13607
|
+
}
|
|
13608
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-2 .uniId-self {
|
|
13584
13609
|
height: 24px;
|
|
13610
|
+
font-size: 16px;
|
|
13611
|
+
font-weight: 500;
|
|
13612
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13585
13613
|
line-height: 24px;
|
|
13586
|
-
}
|
|
13587
|
-
.account-area-new .customer-account-info-new .uniId-wrap .uniId-self {
|
|
13588
13614
|
cursor: pointer;
|
|
13589
13615
|
}
|
|
13590
13616
|
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state {
|
|
@@ -13624,21 +13650,6 @@ body {
|
|
|
13624
13650
|
color: rgba(0, 0, 0, 0.85);
|
|
13625
13651
|
background: #F5F5F5;
|
|
13626
13652
|
}
|
|
13627
|
-
.account-area-new .customer-account-info-new .uniId-wrap .info-edit {
|
|
13628
|
-
cursor: pointer;
|
|
13629
|
-
position: absolute;
|
|
13630
|
-
right: 0;
|
|
13631
|
-
top: 2px;
|
|
13632
|
-
height: 20px;
|
|
13633
|
-
line-height: 20px;
|
|
13634
|
-
font-size: 14px;
|
|
13635
|
-
font-weight: 400;
|
|
13636
|
-
color: var(--shuyunBlue4);
|
|
13637
|
-
}
|
|
13638
|
-
.account-area-new .customer-account-info-new .uniId-wrap .info-edit i {
|
|
13639
|
-
font-size: 14px;
|
|
13640
|
-
margin-right: 3px;
|
|
13641
|
-
}
|
|
13642
13653
|
.account-area-new .customer-account-info-new .customer-info-wrap {
|
|
13643
13654
|
display: flex;
|
|
13644
13655
|
flex-wrap: wrap;
|
|
@@ -13769,12 +13780,13 @@ body {
|
|
|
13769
13780
|
}
|
|
13770
13781
|
.newCloud-drawer1-title {
|
|
13771
13782
|
font-size: 16px;
|
|
13772
|
-
font-weight:
|
|
13783
|
+
font-weight: 500;
|
|
13773
13784
|
}
|
|
13774
|
-
|
|
13775
|
-
font-size:
|
|
13785
|
+
#newCloud-drawer1-close {
|
|
13786
|
+
font-size: 16px;
|
|
13776
13787
|
padding-right: 16px;
|
|
13777
13788
|
cursor: pointer;
|
|
13789
|
+
box-sizing: border-box;
|
|
13778
13790
|
}
|
|
13779
13791
|
.newCloud-input:focus {
|
|
13780
13792
|
border-color: var(--shuyunBlue4) !important;
|
|
@@ -13787,7 +13799,7 @@ body {
|
|
|
13787
13799
|
display: none;
|
|
13788
13800
|
}
|
|
13789
13801
|
.grid-area-new {
|
|
13790
|
-
height: calc(100% - 136px);
|
|
13802
|
+
height: calc(100% - 136px - 18px);
|
|
13791
13803
|
background: #FFFFFF;
|
|
13792
13804
|
}
|
|
13793
13805
|
.grid-area-new .newCloud-tabs {
|
|
@@ -14484,12 +14496,13 @@ body {
|
|
|
14484
14496
|
}
|
|
14485
14497
|
.newCloud-drawer1-title {
|
|
14486
14498
|
font-size: 16px;
|
|
14487
|
-
font-weight:
|
|
14499
|
+
font-weight: 500;
|
|
14488
14500
|
}
|
|
14489
|
-
|
|
14490
|
-
font-size:
|
|
14501
|
+
#newCloud-drawer1-close {
|
|
14502
|
+
font-size: 16px;
|
|
14491
14503
|
padding-right: 16px;
|
|
14492
14504
|
cursor: pointer;
|
|
14505
|
+
box-sizing: border-box;
|
|
14493
14506
|
}
|
|
14494
14507
|
.newCloud-input:focus {
|
|
14495
14508
|
border-color: var(--shuyunBlue4) !important;
|
|
@@ -14668,12 +14681,13 @@ body {
|
|
|
14668
14681
|
}
|
|
14669
14682
|
.newCloud-drawer1-title {
|
|
14670
14683
|
font-size: 16px;
|
|
14671
|
-
font-weight:
|
|
14684
|
+
font-weight: 500;
|
|
14672
14685
|
}
|
|
14673
|
-
|
|
14674
|
-
font-size:
|
|
14686
|
+
#newCloud-drawer1-close {
|
|
14687
|
+
font-size: 16px;
|
|
14675
14688
|
padding-right: 16px;
|
|
14676
14689
|
cursor: pointer;
|
|
14690
|
+
box-sizing: border-box;
|
|
14677
14691
|
}
|
|
14678
14692
|
.newCloud-input:focus {
|
|
14679
14693
|
border-color: var(--shuyunBlue4) !important;
|