cloud-business 0.1.112-16 → 0.1.112-17
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 +50 -2
- package/cloud-business.js +16 -16
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +16 -16
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -20280,9 +20280,9 @@ body {
|
|
|
20280
20280
|
font-size: 12px;
|
|
20281
20281
|
color: rgba(0, 0, 0, 0.65);
|
|
20282
20282
|
margin-right: 12px;
|
|
20283
|
-
cursor: pointer;
|
|
20284
20283
|
}
|
|
20285
20284
|
.assetModal .assetModalFooter .footerRight .footerOperate .select .count {
|
|
20285
|
+
cursor: pointer;
|
|
20286
20286
|
color: var(--shuyunBlue4);
|
|
20287
20287
|
}
|
|
20288
20288
|
.assetModal .assetModalFooter .footerRight .footerConfirm {
|
|
@@ -20303,7 +20303,7 @@ body {
|
|
|
20303
20303
|
@font-face {
|
|
20304
20304
|
font-family: "cmsiconfont";
|
|
20305
20305
|
/* Project id 4166906 */
|
|
20306
|
-
src: url('//at.alicdn.com/t/c/
|
|
20306
|
+
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
20307
|
}
|
|
20308
20308
|
.cloud-icon {
|
|
20309
20309
|
font-size: 1.143em;
|
|
@@ -20320,6 +20320,51 @@ body {
|
|
|
20320
20320
|
-webkit-font-smoothing: antialiased;
|
|
20321
20321
|
-moz-osx-font-smoothing: grayscale;
|
|
20322
20322
|
}
|
|
20323
|
+
.cms-daohang-canshuma:before {
|
|
20324
|
+
content: "\e698";
|
|
20325
|
+
}
|
|
20326
|
+
.cms-a-daohang-canshumaweixuanze:before {
|
|
20327
|
+
content: "\e699";
|
|
20328
|
+
}
|
|
20329
|
+
.cms-daohang-lianjie:before {
|
|
20330
|
+
content: "\e69a";
|
|
20331
|
+
}
|
|
20332
|
+
.cms-daohang-shipin:before {
|
|
20333
|
+
content: "\e69b";
|
|
20334
|
+
}
|
|
20335
|
+
.cms-a-daohang-lianjieweixuanze:before {
|
|
20336
|
+
content: "\e69c";
|
|
20337
|
+
}
|
|
20338
|
+
.cms-a-daohang-shipinweixuanze:before {
|
|
20339
|
+
content: "\e69f";
|
|
20340
|
+
}
|
|
20341
|
+
.cms-daohang-tupian:before {
|
|
20342
|
+
content: "\e6a0";
|
|
20343
|
+
}
|
|
20344
|
+
.cms-a-daohang-tupianweixuanze:before {
|
|
20345
|
+
content: "\e6a1";
|
|
20346
|
+
}
|
|
20347
|
+
.cms-daohang-wendang:before {
|
|
20348
|
+
content: "\e6ba";
|
|
20349
|
+
}
|
|
20350
|
+
.cms-a-daohang-wendangweixuanze:before {
|
|
20351
|
+
content: "\e6bb";
|
|
20352
|
+
}
|
|
20353
|
+
.cms-a-daohang-xiaochengxuweixuanze:before {
|
|
20354
|
+
content: "\e6bc";
|
|
20355
|
+
}
|
|
20356
|
+
.cms-daohang-yinpin:before {
|
|
20357
|
+
content: "\e6bd";
|
|
20358
|
+
}
|
|
20359
|
+
.cms-a-daohang-yinpinweixuanze:before {
|
|
20360
|
+
content: "\e6be";
|
|
20361
|
+
}
|
|
20362
|
+
.cms-daohang-poI:before {
|
|
20363
|
+
content: "\e6bf";
|
|
20364
|
+
}
|
|
20365
|
+
.cms-a-daohang-poIweixuanze:before {
|
|
20366
|
+
content: "\e6c0";
|
|
20367
|
+
}
|
|
20323
20368
|
.cms-a-16:before {
|
|
20324
20369
|
content: "\e6b7";
|
|
20325
20370
|
}
|
|
@@ -22825,6 +22870,9 @@ body {
|
|
|
22825
22870
|
padding: 0 50px;
|
|
22826
22871
|
width: 328px;
|
|
22827
22872
|
}
|
|
22873
|
+
.assetCommonForm .createUpload.textContent {
|
|
22874
|
+
padding: 0 10px;
|
|
22875
|
+
}
|
|
22828
22876
|
.assetCommonForm .createUpload .createIcon {
|
|
22829
22877
|
font-size: 18px;
|
|
22830
22878
|
color: rgba(0, 0, 0, 0.85);
|