cloud-business 0.1.112-2 → 0.1.112-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 +10 -9
- package/cloud-business.js +18 -18
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +6 -6
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -1791,7 +1791,7 @@ input::-webkit-search-cancel-button {
|
|
|
1791
1791
|
color: rgba(0, 0, 0, 0.45);
|
|
1792
1792
|
}
|
|
1793
1793
|
.newCloud-ccascader-menu-item-keyword {
|
|
1794
|
-
color: var(--
|
|
1794
|
+
color: var(--shuyunBlue4);
|
|
1795
1795
|
}
|
|
1796
1796
|
.newCloud-ccascader-disabled,
|
|
1797
1797
|
.newCloud-ccascader-disabled input {
|
|
@@ -20223,6 +20223,9 @@ body {
|
|
|
20223
20223
|
.assetModal {
|
|
20224
20224
|
height: 700px;
|
|
20225
20225
|
}
|
|
20226
|
+
.assetModal * {
|
|
20227
|
+
box-sizing: border-box;
|
|
20228
|
+
}
|
|
20226
20229
|
.assetModal .assetModalWarp {
|
|
20227
20230
|
width: 100%;
|
|
20228
20231
|
display: flex;
|
|
@@ -20407,7 +20410,7 @@ body {
|
|
|
20407
20410
|
.assetTableTab .materialContainer .groupContainer {
|
|
20408
20411
|
height: 100%;
|
|
20409
20412
|
padding: 0 10px 10px;
|
|
20410
|
-
flex: 0 0
|
|
20413
|
+
flex: 0 0 140px;
|
|
20411
20414
|
box-shadow: inset -1px 0px 0px 0px #E8E8E8;
|
|
20412
20415
|
border-radius: 0px 0px 0px 12px;
|
|
20413
20416
|
}
|
|
@@ -20562,8 +20565,7 @@ body {
|
|
|
20562
20565
|
align-items: center;
|
|
20563
20566
|
justify-content: space-between;
|
|
20564
20567
|
padding: 0 4px;
|
|
20565
|
-
width:
|
|
20566
|
-
width: 120px;
|
|
20568
|
+
width: 128px;
|
|
20567
20569
|
height: 26px;
|
|
20568
20570
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
|
|
20569
20571
|
border-radius: 0px 0px 6px 6px;
|
|
@@ -21424,7 +21426,7 @@ body {
|
|
|
21424
21426
|
justify-content: center;
|
|
21425
21427
|
flex-direction: column;
|
|
21426
21428
|
padding: 0 50px;
|
|
21427
|
-
width:
|
|
21429
|
+
width: 328px;
|
|
21428
21430
|
}
|
|
21429
21431
|
.poiForm .createUpload .createIcon {
|
|
21430
21432
|
font-size: 18px;
|
|
@@ -21504,7 +21506,7 @@ body {
|
|
|
21504
21506
|
justify-content: center;
|
|
21505
21507
|
flex-direction: column;
|
|
21506
21508
|
padding: 0 50px;
|
|
21507
|
-
width:
|
|
21509
|
+
width: 328px;
|
|
21508
21510
|
}
|
|
21509
21511
|
.assetLinkForm .createUpload .createIcon {
|
|
21510
21512
|
font-size: 18px;
|
|
@@ -21627,7 +21629,7 @@ body {
|
|
|
21627
21629
|
justify-content: center;
|
|
21628
21630
|
flex-direction: column;
|
|
21629
21631
|
padding: 0 50px;
|
|
21630
|
-
width:
|
|
21632
|
+
width: 328px;
|
|
21631
21633
|
}
|
|
21632
21634
|
.assetCommonForm .createUpload .createIcon {
|
|
21633
21635
|
font-size: 18px;
|
|
@@ -21805,8 +21807,7 @@ body {
|
|
|
21805
21807
|
align-items: center;
|
|
21806
21808
|
justify-content: space-between;
|
|
21807
21809
|
padding: 0 4px;
|
|
21808
|
-
width:
|
|
21809
|
-
width: 120px;
|
|
21810
|
+
width: 128px;
|
|
21810
21811
|
height: 26px;
|
|
21811
21812
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
|
|
21812
21813
|
border-radius: 0px 0px 6px 6px;
|