cloud-business 0.1.113-1 → 0.1.113-11

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.
@@ -8287,8 +8287,6 @@ input::-webkit-search-cancel-button {
8287
8287
  overflow: auto;
8288
8288
  box-sizing: border-box;
8289
8289
  font-size: 14px;
8290
- scrollbar-width: thin;
8291
- scrollbar-color: #d9d9d9 #f5f5f5;
8292
8290
  }
8293
8291
  .newCloud-modal-body::-webkit-scrollbar {
8294
8292
  width: 8px;
@@ -20223,13 +20221,17 @@ body {
20223
20221
  .assetModal {
20224
20222
  height: 700px;
20225
20223
  }
20224
+ .assetModal .infinite-scroll-component {
20225
+ height: initial !important;
20226
+ overflow: initial !important;
20227
+ }
20226
20228
  .assetModal ::-webkit-scrollbar-track-piece {
20227
20229
  background-color: transparent;
20228
20230
  -webkit-border-radius: 0;
20229
20231
  }
20230
20232
  .assetModal ::-webkit-scrollbar {
20231
- width: 12px;
20232
- height: 12px;
20233
+ width: 12px !important;
20234
+ height: 12px !important;
20233
20235
  }
20234
20236
  .assetModal ::-webkit-scrollbar-thumb {
20235
20237
  height: 50px;
@@ -21573,6 +21575,12 @@ body {
21573
21575
  width: 100%;
21574
21576
  overflow: hidden;
21575
21577
  }
21578
+ .assetTableTab .oDeleteIcon {
21579
+ color: rgba(0, 0, 0, 0.45);
21580
+ }
21581
+ .assetTableTab .oDeleteIcon:hover {
21582
+ color: #E74949 !important;
21583
+ }
21576
21584
  .assetTableTab .assetOperate {
21577
21585
  display: flex;
21578
21586
  align-items: center;
@@ -21581,7 +21589,7 @@ body {
21581
21589
  .assetTableTab .assetOperate .collect {
21582
21590
  width: 20px;
21583
21591
  height: 20px;
21584
- background: #FFFFFF;
21592
+ background: transparent;
21585
21593
  display: flex;
21586
21594
  align-items: center;
21587
21595
  justify-content: center;
@@ -21702,10 +21710,6 @@ body {
21702
21710
  align-items: center;
21703
21711
  color: rgba(0, 0, 0, 0.85);
21704
21712
  }
21705
- .assetTableTab .materialContainer .groupContainer .list .item .overlay .row .oIcon {
21706
- margin-right: 10px;
21707
- color: rgba(0, 0, 0, 0.45);
21708
- }
21709
21713
  .assetTableTab .materialContainer .groupContainer .list .item .overlay .row:hover {
21710
21714
  background: rgba(0, 0, 0, 0.05);
21711
21715
  }
@@ -21733,7 +21737,6 @@ body {
21733
21737
  overflow: hidden;
21734
21738
  display: flex;
21735
21739
  flex-direction: column;
21736
- height: 540px;
21737
21740
  }
21738
21741
  .assetTableTab .materialContainer .tableWarp .cardMaterials {
21739
21742
  gap: 12px;
@@ -21796,7 +21799,7 @@ body {
21796
21799
  visibility: hidden;
21797
21800
  width: 20px;
21798
21801
  height: 20px;
21799
- background: #FFFFFF;
21802
+ background: transparent;
21800
21803
  display: flex;
21801
21804
  align-items: center;
21802
21805
  justify-content: center;
@@ -21832,7 +21835,7 @@ body {
21832
21835
  .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .materialEdit {
21833
21836
  font-size: 12px;
21834
21837
  color: #FFFFFF;
21835
- margin-right: 4px;
21838
+ margin-right: 12px;
21836
21839
  display: none;
21837
21840
  }
21838
21841
  .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .materialInfoAndPreview .materialPreview {
@@ -21862,6 +21865,9 @@ body {
21862
21865
  height: 100%;
21863
21866
  overflow: hidden;
21864
21867
  }
21868
+ .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox:hover {
21869
+ background: rgba(0, 0, 0, 0.25);
21870
+ }
21865
21871
  .assetTableTab .materialContainer .tableWarp .cardMaterials .card .img .imgBox:hover .mask {
21866
21872
  display: block;
21867
21873
  opacity: 1;
@@ -22571,7 +22577,7 @@ body {
22571
22577
  flex: 0 0 414px;
22572
22578
  }
22573
22579
  .miniProgramForm .createImg {
22574
- padding-left: 20px;
22580
+ padding-left: 25px;
22575
22581
  flex: 1;
22576
22582
  }
22577
22583
  .miniProgramForm .createImg .imgBox {
@@ -22629,6 +22635,9 @@ body {
22629
22635
  .miniProgramForm .delete {
22630
22636
  cursor: pointer;
22631
22637
  }
22638
+ .miniProgramForm .delete:hover {
22639
+ color: #E74949;
22640
+ }
22632
22641
  .miniProgramFormHelpDoc {
22633
22642
  position: absolute;
22634
22643
  top: 11px;
@@ -22646,7 +22655,13 @@ body {
22646
22655
  --shuyunBlue7: #002147;
22647
22656
  }
22648
22657
  .paramCodeForm {
22649
- width: 600px;
22658
+ width: 800px;
22659
+ }
22660
+ .paramCodeForm.paramCodeHight {
22661
+ height: 490px;
22662
+ width: 100%;
22663
+ overflow-y: auto;
22664
+ overflow-x: auto;
22650
22665
  }
22651
22666
  .paramCodeForm .addRow {
22652
22667
  margin-bottom: 15px;
@@ -22655,8 +22670,12 @@ body {
22655
22670
  gap: 10px;
22656
22671
  }
22657
22672
  .paramCodeForm .delete {
22673
+ color: rgba(0, 0, 0, 0.45);
22658
22674
  cursor: pointer;
22659
22675
  }
22676
+ .paramCodeForm .delete:hover {
22677
+ color: #E74949;
22678
+ }
22660
22679
  .paramCodeForm .pageFormItem .newCloud-form-item-wrapper {
22661
22680
  line-height: normal;
22662
22681
  }
@@ -22737,6 +22756,9 @@ body {
22737
22756
  color: rgba(0, 0, 0, 0.45);
22738
22757
  cursor: pointer;
22739
22758
  }
22759
+ .poiForm .timeRow .delete:hover {
22760
+ color: #E74949;
22761
+ }
22740
22762
  .poiForm .footer {
22741
22763
  position: absolute;
22742
22764
  bottom: 0px;
@@ -23082,7 +23104,7 @@ body {
23082
23104
  background-color: #E8E8E8;
23083
23105
  }
23084
23106
  .selectedAssetContainer .cardMaterials {
23085
- padding: 0 20px;
23107
+ padding: 0 0 0 20px;
23086
23108
  gap: 12px;
23087
23109
  }
23088
23110
  .selectedAssetContainer .cardMaterials .card {
@@ -23143,7 +23165,7 @@ body {
23143
23165
  visibility: hidden;
23144
23166
  width: 20px;
23145
23167
  height: 20px;
23146
- background: #FFFFFF;
23168
+ background: transparent;
23147
23169
  display: flex;
23148
23170
  align-items: center;
23149
23171
  justify-content: center;
@@ -23179,7 +23201,7 @@ body {
23179
23201
  .selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .materialEdit {
23180
23202
  font-size: 12px;
23181
23203
  color: #FFFFFF;
23182
- margin-right: 4px;
23204
+ margin-right: 12px;
23183
23205
  display: none;
23184
23206
  }
23185
23207
  .selectedAssetContainer .cardMaterials .card .img .materialInfoAndPreview .materialPreview {