cloud-business 0.1.112-11 → 0.1.112-13
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 +67 -0
- package/cloud-business.js +3 -3
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +3 -3
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -21680,6 +21680,37 @@ body {
|
|
|
21680
21680
|
overflow: hidden;
|
|
21681
21681
|
cursor: pointer;
|
|
21682
21682
|
}
|
|
21683
|
+
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program {
|
|
21684
|
+
background: #FFFFFF;
|
|
21685
|
+
border-radius: 2px;
|
|
21686
|
+
padding: 6px 4px 0 4px;
|
|
21687
|
+
}
|
|
21688
|
+
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .title {
|
|
21689
|
+
font-size: 6px;
|
|
21690
|
+
color: rgba(0, 0, 0, 0.45);
|
|
21691
|
+
}
|
|
21692
|
+
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .desc {
|
|
21693
|
+
color: rgba(0, 0, 0, 0.85);
|
|
21694
|
+
margin: 6px 0 4px 0;
|
|
21695
|
+
font-size: 7px;
|
|
21696
|
+
width: 100px;
|
|
21697
|
+
}
|
|
21698
|
+
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .img {
|
|
21699
|
+
width: 100px;
|
|
21700
|
+
height: 79px;
|
|
21701
|
+
border: 0;
|
|
21702
|
+
border-radius: 1px;
|
|
21703
|
+
}
|
|
21704
|
+
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .img img {
|
|
21705
|
+
max-height: 100%;
|
|
21706
|
+
max-width: 100%;
|
|
21707
|
+
}
|
|
21708
|
+
.assetTableTab .materialContainer .tableWarp .cardMaterials .card .program .footer {
|
|
21709
|
+
color: rgba(0, 0, 0, 0.45);
|
|
21710
|
+
border-top: 1px solid #F5F5F5;
|
|
21711
|
+
margin-top: 4px;
|
|
21712
|
+
font-size: 6px;
|
|
21713
|
+
}
|
|
21683
21714
|
.assetTableTab .materialContainer .tableWarp .cardMaterials .card:hover .img .checkbox {
|
|
21684
21715
|
visibility: visible;
|
|
21685
21716
|
}
|
|
@@ -22463,6 +22494,11 @@ body {
|
|
|
22463
22494
|
display: flex;
|
|
22464
22495
|
align-items: center;
|
|
22465
22496
|
justify-content: center;
|
|
22497
|
+
padding: 10px;
|
|
22498
|
+
}
|
|
22499
|
+
.miniProgramForm .createImg .imgBox img {
|
|
22500
|
+
max-height: 100%;
|
|
22501
|
+
max-width: 100%;
|
|
22466
22502
|
}
|
|
22467
22503
|
.miniProgramForm .createImg .tips {
|
|
22468
22504
|
font-size: 14px;
|
|
@@ -22953,6 +22989,37 @@ body {
|
|
|
22953
22989
|
overflow: hidden;
|
|
22954
22990
|
cursor: pointer;
|
|
22955
22991
|
}
|
|
22992
|
+
.selectedAssetContainer .cardMaterials .card .program {
|
|
22993
|
+
background: #FFFFFF;
|
|
22994
|
+
border-radius: 2px;
|
|
22995
|
+
padding: 6px 4px 0 4px;
|
|
22996
|
+
}
|
|
22997
|
+
.selectedAssetContainer .cardMaterials .card .program .title {
|
|
22998
|
+
font-size: 6px;
|
|
22999
|
+
color: rgba(0, 0, 0, 0.45);
|
|
23000
|
+
}
|
|
23001
|
+
.selectedAssetContainer .cardMaterials .card .program .desc {
|
|
23002
|
+
color: rgba(0, 0, 0, 0.85);
|
|
23003
|
+
margin: 6px 0 4px 0;
|
|
23004
|
+
font-size: 7px;
|
|
23005
|
+
width: 100px;
|
|
23006
|
+
}
|
|
23007
|
+
.selectedAssetContainer .cardMaterials .card .program .img {
|
|
23008
|
+
width: 100px;
|
|
23009
|
+
height: 79px;
|
|
23010
|
+
border: 0;
|
|
23011
|
+
border-radius: 1px;
|
|
23012
|
+
}
|
|
23013
|
+
.selectedAssetContainer .cardMaterials .card .program .img img {
|
|
23014
|
+
max-height: 100%;
|
|
23015
|
+
max-width: 100%;
|
|
23016
|
+
}
|
|
23017
|
+
.selectedAssetContainer .cardMaterials .card .program .footer {
|
|
23018
|
+
color: rgba(0, 0, 0, 0.45);
|
|
23019
|
+
border-top: 1px solid #F5F5F5;
|
|
23020
|
+
margin-top: 4px;
|
|
23021
|
+
font-size: 6px;
|
|
23022
|
+
}
|
|
22956
23023
|
.selectedAssetContainer .cardMaterials .card:hover .img .checkbox {
|
|
22957
23024
|
visibility: visible;
|
|
22958
23025
|
}
|