cloud-business 0.1.113-8 → 0.1.113-9
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 +22 -5
- 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
|
@@ -21575,6 +21575,12 @@ body {
|
|
|
21575
21575
|
width: 100%;
|
|
21576
21576
|
overflow: hidden;
|
|
21577
21577
|
}
|
|
21578
|
+
.assetTableTab .oDeleteIcon {
|
|
21579
|
+
color: rgba(0, 0, 0, 0.45);
|
|
21580
|
+
}
|
|
21581
|
+
.assetTableTab .oDeleteIcon:hover {
|
|
21582
|
+
color: #E74949 !important;
|
|
21583
|
+
}
|
|
21578
21584
|
.assetTableTab .assetOperate {
|
|
21579
21585
|
display: flex;
|
|
21580
21586
|
align-items: center;
|
|
@@ -21704,10 +21710,6 @@ body {
|
|
|
21704
21710
|
align-items: center;
|
|
21705
21711
|
color: rgba(0, 0, 0, 0.85);
|
|
21706
21712
|
}
|
|
21707
|
-
.assetTableTab .materialContainer .groupContainer .list .item .overlay .row .oIcon {
|
|
21708
|
-
margin-right: 10px;
|
|
21709
|
-
color: rgba(0, 0, 0, 0.45);
|
|
21710
|
-
}
|
|
21711
21713
|
.assetTableTab .materialContainer .groupContainer .list .item .overlay .row:hover {
|
|
21712
21714
|
background: rgba(0, 0, 0, 0.05);
|
|
21713
21715
|
}
|
|
@@ -22631,6 +22633,9 @@ body {
|
|
|
22631
22633
|
.miniProgramForm .delete {
|
|
22632
22634
|
cursor: pointer;
|
|
22633
22635
|
}
|
|
22636
|
+
.miniProgramForm .delete:hover {
|
|
22637
|
+
color: #E74949;
|
|
22638
|
+
}
|
|
22634
22639
|
.miniProgramFormHelpDoc {
|
|
22635
22640
|
position: absolute;
|
|
22636
22641
|
top: 11px;
|
|
@@ -22648,7 +22653,12 @@ body {
|
|
|
22648
22653
|
--shuyunBlue7: #002147;
|
|
22649
22654
|
}
|
|
22650
22655
|
.paramCodeForm {
|
|
22651
|
-
width:
|
|
22656
|
+
width: 800px;
|
|
22657
|
+
}
|
|
22658
|
+
.paramCodeForm.paramCodeHight {
|
|
22659
|
+
height: 490px;
|
|
22660
|
+
overflow-y: auto;
|
|
22661
|
+
overflow-x: auto;
|
|
22652
22662
|
}
|
|
22653
22663
|
.paramCodeForm .addRow {
|
|
22654
22664
|
margin-bottom: 15px;
|
|
@@ -22657,8 +22667,12 @@ body {
|
|
|
22657
22667
|
gap: 10px;
|
|
22658
22668
|
}
|
|
22659
22669
|
.paramCodeForm .delete {
|
|
22670
|
+
color: rgba(0, 0, 0, 0.45);
|
|
22660
22671
|
cursor: pointer;
|
|
22661
22672
|
}
|
|
22673
|
+
.paramCodeForm .delete:hover {
|
|
22674
|
+
color: #E74949;
|
|
22675
|
+
}
|
|
22662
22676
|
.paramCodeForm .pageFormItem .newCloud-form-item-wrapper {
|
|
22663
22677
|
line-height: normal;
|
|
22664
22678
|
}
|
|
@@ -22739,6 +22753,9 @@ body {
|
|
|
22739
22753
|
color: rgba(0, 0, 0, 0.45);
|
|
22740
22754
|
cursor: pointer;
|
|
22741
22755
|
}
|
|
22756
|
+
.poiForm .timeRow .delete:hover {
|
|
22757
|
+
color: #E74949;
|
|
22758
|
+
}
|
|
22742
22759
|
.poiForm .footer {
|
|
22743
22760
|
position: absolute;
|
|
22744
22761
|
bottom: 0px;
|