cloud-business 0.1.112-16 → 0.1.112-18

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.
@@ -20223,9 +20223,29 @@ body {
20223
20223
  .assetModal {
20224
20224
  height: 700px;
20225
20225
  }
20226
+ .assetModal ::-webkit-scrollbar-track-piece {
20227
+ background-color: transparent;
20228
+ -webkit-border-radius: 0;
20229
+ }
20226
20230
  .assetModal ::-webkit-scrollbar {
20227
- width: 20px !important;
20228
- height: 12px !important;
20231
+ width: 12px;
20232
+ height: 12px;
20233
+ }
20234
+ .assetModal ::-webkit-scrollbar-thumb {
20235
+ height: 50px;
20236
+ background-color: rgba(0, 0, 0, 0.25);
20237
+ -webkit-border-radius: 6px;
20238
+ outline: 2px solid #fff;
20239
+ outline-offset: -2px;
20240
+ border: 2px solid #fff;
20241
+ }
20242
+ .assetModal ::-webkit-scrollbar-thumb:hover {
20243
+ height: 50px;
20244
+ background-color: #9f9f9f;
20245
+ -webkit-border-radius: 6px;
20246
+ }
20247
+ .assetModal pre {
20248
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
20229
20249
  }
20230
20250
  .assetModal * {
20231
20251
  box-sizing: border-box;
@@ -20280,9 +20300,9 @@ body {
20280
20300
  font-size: 12px;
20281
20301
  color: rgba(0, 0, 0, 0.65);
20282
20302
  margin-right: 12px;
20283
- cursor: pointer;
20284
20303
  }
20285
20304
  .assetModal .assetModalFooter .footerRight .footerOperate .select .count {
20305
+ cursor: pointer;
20286
20306
  color: var(--shuyunBlue4);
20287
20307
  }
20288
20308
  .assetModal .assetModalFooter .footerRight .footerConfirm {
@@ -20303,7 +20323,7 @@ body {
20303
20323
  @font-face {
20304
20324
  font-family: "cmsiconfont";
20305
20325
  /* Project id 4166906 */
20306
- src: url('//at.alicdn.com/t/c/font_4166906_ca5l1581o68.woff2?t=1709707929398') format('woff2'), url('//at.alicdn.com/t/c/font_4166906_ca5l1581o68.woff?t=1709707929398') format('woff'), url('//at.alicdn.com/t/c/font_4166906_ca5l1581o68.ttf?t=1709707929398') format('truetype');
20326
+ src: url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.woff2?t=1710210006017') format('woff2'), url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.woff?t=1710210006017') format('woff'), url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.ttf?t=1710210006017') format('truetype');
20307
20327
  }
20308
20328
  .cloud-icon {
20309
20329
  font-size: 1.143em;
@@ -20320,6 +20340,51 @@ body {
20320
20340
  -webkit-font-smoothing: antialiased;
20321
20341
  -moz-osx-font-smoothing: grayscale;
20322
20342
  }
20343
+ .cms-daohang-canshuma:before {
20344
+ content: "\e698";
20345
+ }
20346
+ .cms-a-daohang-canshumaweixuanze:before {
20347
+ content: "\e699";
20348
+ }
20349
+ .cms-daohang-lianjie:before {
20350
+ content: "\e69a";
20351
+ }
20352
+ .cms-daohang-shipin:before {
20353
+ content: "\e69b";
20354
+ }
20355
+ .cms-a-daohang-lianjieweixuanze:before {
20356
+ content: "\e69c";
20357
+ }
20358
+ .cms-a-daohang-shipinweixuanze:before {
20359
+ content: "\e69f";
20360
+ }
20361
+ .cms-daohang-tupian:before {
20362
+ content: "\e6a0";
20363
+ }
20364
+ .cms-a-daohang-tupianweixuanze:before {
20365
+ content: "\e6a1";
20366
+ }
20367
+ .cms-daohang-wendang:before {
20368
+ content: "\e6ba";
20369
+ }
20370
+ .cms-a-daohang-wendangweixuanze:before {
20371
+ content: "\e6bb";
20372
+ }
20373
+ .cms-a-daohang-xiaochengxuweixuanze:before {
20374
+ content: "\e6bc";
20375
+ }
20376
+ .cms-daohang-yinpin:before {
20377
+ content: "\e6bd";
20378
+ }
20379
+ .cms-a-daohang-yinpinweixuanze:before {
20380
+ content: "\e6be";
20381
+ }
20382
+ .cms-daohang-poI:before {
20383
+ content: "\e6bf";
20384
+ }
20385
+ .cms-a-daohang-poIweixuanze:before {
20386
+ content: "\e6c0";
20387
+ }
20323
20388
  .cms-a-16:before {
20324
20389
  content: "\e6b7";
20325
20390
  }
@@ -21986,6 +22051,30 @@ body {
21986
22051
  border-radius: 3px;
21987
22052
  border: 1px solid #E8E8E8;
21988
22053
  }
22054
+ .assetDetailModal pre {
22055
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
22056
+ }
22057
+ .assetDetailModal ::-webkit-scrollbar-track-piece {
22058
+ background-color: transparent;
22059
+ -webkit-border-radius: 0;
22060
+ }
22061
+ .assetDetailModal ::-webkit-scrollbar {
22062
+ width: 12px;
22063
+ height: 12px;
22064
+ }
22065
+ .assetDetailModal ::-webkit-scrollbar-thumb {
22066
+ height: 50px;
22067
+ background-color: rgba(0, 0, 0, 0.25);
22068
+ -webkit-border-radius: 6px;
22069
+ outline: 2px solid #fff;
22070
+ outline-offset: -2px;
22071
+ border: 2px solid #fff;
22072
+ }
22073
+ .assetDetailModal ::-webkit-scrollbar-thumb:hover {
22074
+ height: 50px;
22075
+ background-color: #9f9f9f;
22076
+ -webkit-border-radius: 6px;
22077
+ }
21989
22078
  .assetDetailModal .left {
21990
22079
  width: 520px;
21991
22080
  padding: 20px;
@@ -22680,6 +22769,9 @@ body {
22680
22769
  max-width: 100%;
22681
22770
  max-height: 100%;
22682
22771
  }
22772
+ .assetLinkForm .newCloud-form-item-wrapper .newCloud-form-item-explain.error {
22773
+ position: absolute;
22774
+ }
22683
22775
  .assetLinkForm .createItem {
22684
22776
  display: flex;
22685
22777
  }
@@ -22699,9 +22791,13 @@ body {
22699
22791
  align-items: center;
22700
22792
  justify-content: center;
22701
22793
  flex-direction: column;
22702
- padding: 0 50px;
22794
+ padding: 10px 50px;
22703
22795
  width: 328px;
22704
22796
  }
22797
+ .assetLinkForm .createUpload img {
22798
+ max-width: 100%;
22799
+ max-height: 100%;
22800
+ }
22705
22801
  .assetLinkForm .createUpload .createIcon {
22706
22802
  font-size: 18px;
22707
22803
  color: rgba(0, 0, 0, 0.85);
@@ -22822,9 +22918,12 @@ body {
22822
22918
  align-items: center;
22823
22919
  justify-content: center;
22824
22920
  flex-direction: column;
22825
- padding: 0 50px;
22921
+ padding: 10px 50px;
22826
22922
  width: 328px;
22827
22923
  }
22924
+ .assetCommonForm .createUpload.textContent {
22925
+ padding: 0 10px;
22926
+ }
22828
22927
  .assetCommonForm .createUpload .createIcon {
22829
22928
  font-size: 18px;
22830
22929
  color: rgba(0, 0, 0, 0.85);