cloud-business 0.1.98 → 0.1.99-2

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.
@@ -261,7 +261,7 @@ li {
261
261
  @font-face {
262
262
  font-family: 'cloud-react-icon-font';
263
263
  /* Project id 2990746 */
264
- src: url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.ttf') format('truetype');
264
+ src: url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.ttf') format('truetype');
265
265
  }
266
266
  .newCloud-icon {
267
267
  font-family: 'cloud-react-icon-font' !important;
@@ -5459,6 +5459,21 @@ input::-webkit-search-cancel-button {
5459
5459
  border-right: 0;
5460
5460
  border-left: 1px solid #e8e8e8;
5461
5461
  }
5462
+ .newCloud-table td.padding-32 {
5463
+ padding-right: 32px;
5464
+ }
5465
+ .newCloud-table td.padding-34 {
5466
+ padding-right: 34px;
5467
+ }
5468
+ .newCloud-table td.padding-54 {
5469
+ padding-right: 54px;
5470
+ }
5471
+ .newCloud-table td.padding-52 {
5472
+ padding-right: 52px;
5473
+ }
5474
+ .newCloud-table td.padding-74 {
5475
+ padding-right: 74px;
5476
+ }
5462
5477
  .newCloud-table tr:not(.newCloud-table-expanded-row):hover td {
5463
5478
  background: #fafafa;
5464
5479
  transition: all 0.3s;
@@ -5740,17 +5755,32 @@ input::-webkit-search-cancel-button {
5740
5755
  .newCloud-table-summary tr td {
5741
5756
  background: #fafafa;
5742
5757
  }
5758
+ .newCloud-table .title-container {
5759
+ display: flex;
5760
+ align-items: center;
5761
+ gap: 6px;
5762
+ }
5763
+ .newCloud-table .title-container.align-right {
5764
+ justify-content: end;
5765
+ }
5743
5766
  .newCloud-table .title-container .sort-icon-container {
5767
+ position: relative;
5768
+ top: -4px;
5744
5769
  display: inline-flex;
5745
5770
  flex-direction: column;
5746
5771
  align-items: center;
5747
5772
  cursor: pointer;
5748
5773
  }
5749
- .newCloud-table .title-container .sort-icon-container:hover:not(.cell-align-right):after {
5774
+ .newCloud-table .title-container .sort-icon-container .sort-up-icon {
5775
+ height: 7px;
5776
+ }
5777
+ .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5778
+ height: 7px;
5779
+ }
5780
+ .newCloud-table .title-container .sort-icon-container:hover:after {
5750
5781
  position: absolute;
5751
- top: 50%;
5752
- transform: translate(0, -50%);
5753
- right: 11px;
5782
+ top: 4px;
5783
+ left: -1px;
5754
5784
  content: '';
5755
5785
  display: inline-block;
5756
5786
  width: 16px;
@@ -5758,10 +5788,6 @@ input::-webkit-search-cancel-button {
5758
5788
  background: #e8e8e8;
5759
5789
  z-index: 0;
5760
5790
  }
5761
- .newCloud-table .title-container .sort-icon-container.cell-align-right .sort-up-icon,
5762
- .newCloud-table .title-container .sort-icon-container.cell-align-right .sort-down-icon {
5763
- right: 0;
5764
- }
5765
5791
  .newCloud-table .title-container .sort-icon-container.sort-asc .sort-up-icon {
5766
5792
  color: var(--shuyunBlue4);
5767
5793
  }
@@ -5770,31 +5796,14 @@ input::-webkit-search-cancel-button {
5770
5796
  }
5771
5797
  .newCloud-table .title-container .sort-icon-container .sort-up-icon,
5772
5798
  .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5773
- position: absolute;
5774
- right: 12px;
5775
5799
  font-size: 14px;
5776
5800
  color: #949494;
5777
5801
  display: inline-block;
5778
5802
  transform: scale(0.9);
5779
5803
  z-index: 1;
5780
5804
  }
5781
- .newCloud-table .title-container .sort-icon-container .sort-up-icon {
5782
- top: calc(50% - 13px);
5783
- }
5784
- .newCloud-table .title-container .sort-icon-container .sort-down-icon {
5785
- top: calc(50% - 6px);
5786
- }
5787
- .newCloud-table .title-container.filter-container .sort-icon-container:hover:not(.cell-align-right):after {
5788
- right: 35px;
5789
- }
5790
- .newCloud-table .title-container.filter-container .sort-icon-container .sort-up-icon,
5791
- .newCloud-table .title-container.filter-container .sort-icon-container .sort-down-icon {
5792
- right: 36px;
5793
- }
5794
5805
  .newCloud-table .title-container .filter-icon {
5795
- position: absolute;
5796
- right: 14px;
5797
- top: 13px;
5806
+ height: 17px;
5798
5807
  cursor: pointer;
5799
5808
  color: rgba(0, 0, 0, 0.45);
5800
5809
  }
@@ -5809,11 +5818,15 @@ input::-webkit-search-cancel-button {
5809
5818
  align-items: center;
5810
5819
  }
5811
5820
  .newCloud-table .title-with-tip .title-tip-icon {
5812
- margin: 0 4px;
5821
+ height: 17px;
5813
5822
  color: rgba(0, 0, 0, 0.25);
5814
5823
  }
5824
+ .newCloud-table .title-with-tip.title-with-tip-right {
5825
+ gap: 4px;
5826
+ }
5815
5827
  .newCloud-table .title-with-tip.title-with-tip-left {
5816
5828
  flex-direction: row-reverse;
5829
+ gap: 4px;
5817
5830
  }
5818
5831
  .newCloud-table-sticky-holder {
5819
5832
  position: sticky;
@@ -7039,11 +7052,10 @@ input::-webkit-search-cancel-button {
7039
7052
  position: fixed;
7040
7053
  background: white;
7041
7054
  transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
7042
- z-index: -1;
7055
+ z-index: 1010;
7043
7056
  }
7044
7057
  .newCloud-drawer1.show {
7045
7058
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
7046
- z-index: 1010;
7047
7059
  }
7048
7060
  .newCloud-drawer1.top {
7049
7061
  top: 0;
@@ -19362,312 +19374,6 @@ body {
19362
19374
  -webkit-font-smoothing: antialiased;
19363
19375
  -moz-osx-font-smoothing: grayscale;
19364
19376
  }
19365
- .icon-xinxi:before {
19366
- content: "\e6b5";
19367
- }
19368
- .icon-jixuzhihang:before {
19369
- content: "\e6a6";
19370
- }
19371
- .icon-zanting:before {
19372
- content: "\e6ae";
19373
- }
19374
- .icon-zhengshizhihang:before {
19375
- content: "\e6b2";
19376
- }
19377
- .icon-zhongzhizhihang:before {
19378
- content: "\e6b4";
19379
- }
19380
- .icon-suoxiao:before {
19381
- content: "\e6a7";
19382
- }
19383
- .icon-quanping:before {
19384
- content: "\e6b3";
19385
- }
19386
- .icon-shenpi:before {
19387
- content: "\e6b1";
19388
- }
19389
- .icon-jilu:before {
19390
- content: "\e6a2";
19391
- }
19392
- .icon-chexiao:before {
19393
- content: "\e6a3";
19394
- }
19395
- .icon-fanhui:before {
19396
- content: "\e6a4";
19397
- }
19398
- .icon-huifu:before {
19399
- content: "\e6a5";
19400
- }
19401
- .icon-fasong:before {
19402
- content: "\e6a8";
19403
- }
19404
- .icon-chakan:before {
19405
- content: "\e6a9";
19406
- }
19407
- .icon-moban:before {
19408
- content: "\e6aa";
19409
- }
19410
- .icon-kuabu:before {
19411
- content: "\e6ab";
19412
- }
19413
- .icon-xia:before {
19414
- content: "\e6ac";
19415
- }
19416
- .icon-sousuo:before {
19417
- content: "\e6ad";
19418
- }
19419
- .icon-xiazai:before {
19420
- content: "\e6af";
19421
- }
19422
- .icon-piliang:before {
19423
- content: "\e6b0";
19424
- }
19425
- .icon-moren:before {
19426
- content: "\e69d";
19427
- }
19428
- .icon-douyin1:before {
19429
- content: "\e69e";
19430
- }
19431
- .icon-offline1:before {
19432
- content: "\e69f";
19433
- }
19434
- .icon-weimob:before {
19435
- content: "\e6a1";
19436
- }
19437
- .icon-xiaoshangdian:before {
19438
- content: "\e69a";
19439
- }
19440
- .icon-vip:before {
19441
- content: "\e69c";
19442
- }
19443
- .icon-group-fill:before {
19444
- content: "\e786";
19445
- }
19446
- .icon-move1:before {
19447
- content: "\e761";
19448
- }
19449
- .icon-undo:before {
19450
- content: "\e739";
19451
- }
19452
- .icon-list:before {
19453
- content: "\e7863";
19454
- }
19455
- .icon-jd02:before {
19456
- content: "\e663";
19457
- }
19458
- .icon-jd01:before {
19459
- content: "\e664";
19460
- }
19461
- .icon-jd03:before {
19462
- content: "\e666";
19463
- }
19464
- .icon-kuaishou01:before {
19465
- content: "\e667";
19466
- }
19467
- .icon-kuaishou02:before {
19468
- content: "\e668";
19469
- }
19470
- .icon-kuaishou03:before {
19471
- content: "\e669";
19472
- }
19473
- .icon-mogu03:before {
19474
- content: "\e66a";
19475
- }
19476
- .icon-mogu02:before {
19477
- content: "\e66b";
19478
- }
19479
- .icon-mogu01:before {
19480
- content: "\e66d";
19481
- }
19482
- .icon-suning01:before {
19483
- content: "\e66e";
19484
- }
19485
- .icon-suning02:before {
19486
- content: "\e66f";
19487
- }
19488
- .icon-suning03:before {
19489
- content: "\e670";
19490
- }
19491
- .icon-taobao01:before {
19492
- content: "\e671";
19493
- }
19494
- .icon-taobao03:before {
19495
- content: "\e672";
19496
- }
19497
- .icon-taobao02:before {
19498
- content: "\e673";
19499
- }
19500
- .icon-icon-douyin03:before {
19501
- content: "\e674";
19502
- }
19503
- .icon-douyin:before {
19504
- content: "\e675";
19505
- }
19506
- .icon-icon-douyin:before {
19507
- content: "\e676";
19508
- }
19509
- .icon-wechat01:before {
19510
- content: "\e677";
19511
- }
19512
- .icon-wechat03:before {
19513
- content: "\e678";
19514
- }
19515
- .icon-wechat02:before {
19516
- content: "\e679";
19517
- }
19518
- .icon-weimob03:before {
19519
- content: "\e67a";
19520
- }
19521
- .icon-icon-weimob1:before {
19522
- content: "\e67b";
19523
- }
19524
- .icon-icon-weimob:before {
19525
- content: "\e67c";
19526
- }
19527
- .icon-xianxia03:before {
19528
- content: "\e67d";
19529
- }
19530
- .icon-xianxia01:before {
19531
- content: "\e67f";
19532
- }
19533
- .icon-xianxia02:before {
19534
- content: "\e681";
19535
- }
19536
- .icon-xiaohongshu01:before {
19537
- content: "\e682";
19538
- }
19539
- .icon-xiaohongsh03:before {
19540
- content: "\e683";
19541
- }
19542
- .icon-xiaohongshu02:before {
19543
- content: "\e684";
19544
- }
19545
- .icon-zan03:before {
19546
- content: "\e685";
19547
- }
19548
- .icon-zan01:before {
19549
- content: "\e686";
19550
- }
19551
- .icon-zan02:before {
19552
- content: "\e687";
19553
- }
19554
- .icon-gongzhonghao:before {
19555
- content: "\e689";
19556
- }
19557
- .icon-xiaochengxu:before {
19558
- content: "\e68a";
19559
- }
19560
- .icon-qiyeweixin:before {
19561
- content: "\e68b";
19562
- }
19563
- .icon-shipinhao:before {
19564
- content: "\e68c";
19565
- }
19566
- .icon-dangdang01:before {
19567
- content: "\e68d";
19568
- }
19569
- .icon-dangdang02:before {
19570
- content: "\e68e";
19571
- }
19572
- .icon-dangdang03:before {
19573
- content: "\e690";
19574
- }
19575
- .icon-pinduoduo01:before {
19576
- content: "\e691";
19577
- }
19578
- .icon-pinduoduo02:before {
19579
- content: "\e692";
19580
- }
19581
- .icon-pinduoduo03:before {
19582
- content: "\e693";
19583
- }
19584
- .icon-zidingyi01:before {
19585
- content: "\e694";
19586
- }
19587
- .icon-zidingyi03:before {
19588
- content: "\e695";
19589
- }
19590
- .icon-zidingyi02:before {
19591
- content: "\e696";
19592
- }
19593
- .icon-a-1haodian02:before {
19594
- content: "\e697";
19595
- }
19596
- .icon-a-1haodian03:before {
19597
- content: "\e698";
19598
- }
19599
- .icon-a-1haodian01:before {
19600
- content: "\e699";
19601
- }
19602
- .icon-offline:before {
19603
- content: "\e747";
19604
- }
19605
- .icon-suning:before {
19606
- content: "\e76e";
19607
- }
19608
- .icon-jos:before {
19609
- content: "\e76f";
19610
- }
19611
- .icon-taobao:before {
19612
- content: "\e771";
19613
- }
19614
- .icon-stop:before {
19615
- content: "\e7ed";
19616
- }
19617
- .icon-executing:before {
19618
- content: "\e7ee";
19619
- }
19620
- .icon-youzan:before {
19621
- content: "\e6d0";
19622
- }
19623
- .icon-error:before {
19624
- content: "\e7ef";
19625
- }
19626
- .icon-all1:before {
19627
- content: "\e612";
19628
- }
19629
- .icon-dingdan1:before {
19630
- content: "\e6ee";
19631
- }
19632
- .icon-money:before {
19633
- content: "\e611";
19634
- }
19635
- .icon-count:before {
19636
- content: "\e626";
19637
- }
19638
- .icon-ticket:before {
19639
- content: "\e680";
19640
- }
19641
- .icon-man:before {
19642
- content: "\e665";
19643
- }
19644
- .icon-dialogfill:before {
19645
- content: "\e67e";
19646
- }
19647
- .icon-tihuantupian:before {
19648
- content: "\e66c";
19649
- }
19650
- .icon-arrow:before {
19651
- content: "\e6a0";
19652
- }
19653
- .icon-new-campaign:before {
19654
- content: "\e629";
19655
- }
19656
- .icon-new-template:before {
19657
- content: "\e60c";
19658
- }
19659
- .icon-test-execute:before {
19660
- content: "\e7ec";
19661
- }
19662
- .icon-gaishuai:before {
19663
- content: "\e60d";
19664
- }
19665
- .icon-qiehuan1:before {
19666
- content: "\e731";
19667
- }
19668
- .icon-flag-fill:before {
19669
- content: "\e785";
19670
- }
19671
19377
  .icon-a-webpage:before {
19672
19378
  content: "\e7861";
19673
19379
  }
@@ -19677,162 +19383,6 @@ body {
19677
19383
  .icon-applets-line:before {
19678
19384
  content: "\e788";
19679
19385
  }
19680
- .icon-video-line:before {
19681
- content: "\e7b1";
19682
- }
19683
- .icon-success1:before {
19684
- content: "\e723";
19685
- }
19686
- .icon-zanting2:before {
19687
- content: "\e620";
19688
- }
19689
- .icon-resume-execute:before {
19690
- content: "\e69b";
19691
- }
19692
- .icon-C3:before {
19693
- content: "\e61c";
19694
- }
19695
- .icon-C2:before {
19696
- content: "\e61d";
19697
- }
19698
- .icon-C1:before {
19699
- content: "\e61f";
19700
- }
19701
- .icon-huobao:before {
19702
- content: "\e6be";
19703
- }
19704
- .icon-jiazai:before {
19705
- content: "\e628";
19706
- }
19707
- .icon-execute-stop:before {
19708
- content: "\e7eb";
19709
- }
19710
- .icon-pingjunzhisuanzi:before {
19711
- content: "\e610";
19712
- }
19713
- .icon-jiantouyou:before {
19714
- content: "\e774";
19715
- }
19716
- .icon-jiantouzuo:before {
19717
- content: "\e775";
19718
- }
19719
- .icon-wait:before {
19720
- content: "\e60f";
19721
- }
19722
- .icon-success:before {
19723
- content: "\ebe5";
19724
- }
19725
- .icon-finish:before {
19726
- content: "\e6f3";
19727
- }
19728
- .icon-shalou:before {
19729
- content: "\e600";
19730
- }
19731
- .icon-jinyong:before {
19732
- content: "\e60e";
19733
- }
19734
- .icon-cuowu:before {
19735
- content: "\e61e";
19736
- }
19737
- .icon-A1:before {
19738
- content: "\e602";
19739
- }
19740
- .icon-B1:before {
19741
- content: "\e603";
19742
- }
19743
- .icon-B3:before {
19744
- content: "\e604";
19745
- }
19746
- .icon-A5:before {
19747
- content: "\e605";
19748
- }
19749
- .icon-A2:before {
19750
- content: "\e606";
19751
- }
19752
- .icon-A6:before {
19753
- content: "\e607";
19754
- }
19755
- .icon-B2:before {
19756
- content: "\e608";
19757
- }
19758
- .icon-A4:before {
19759
- content: "\e609";
19760
- }
19761
- .icon-A3:before {
19762
- content: "\e60a";
19763
- }
19764
- .icon-remark:before {
19765
- content: "\e68f";
19766
- }
19767
- .icon-shangchuan1:before {
19768
- content: "\e6c5";
19769
- }
19770
- .icon-report:before {
19771
- content: "\e6c6";
19772
- }
19773
- .icon-zhongshi-:before {
19774
- content: "\e6c8";
19775
- }
19776
- .icon-execute:before {
19777
- content: "\e6c9";
19778
- }
19779
- .icon-full-screen:before {
19780
- content: "\e6ca";
19781
- }
19782
- .icon-return-right:before {
19783
- content: "\ebe4";
19784
- }
19785
- .icon-all:before {
19786
- content: "\e6e6";
19787
- }
19788
- .icon-question-mark:before {
19789
- content: "\e601";
19790
- }
19791
- .icon-dele:before {
19792
- content: "\e688";
19793
- }
19794
- .icon-view-list:before {
19795
- content: "\e65a";
19796
- }
19797
- .icon-view-chart:before {
19798
- content: "\e65d";
19799
- }
19800
- .icon-add:before {
19801
- content: "\e74a";
19802
- }
19803
- .icon-reduce:before {
19804
- content: "\e74b";
19805
- }
19806
- .icon-export1:before {
19807
- content: "\e719";
19808
- }
19809
- .icon-pause:before {
19810
- content: "\e6c1";
19811
- }
19812
- .icon-return:before {
19813
- content: "\e6cd";
19814
- }
19815
- .icon-submit-approve:before {
19816
- content: "\e756";
19817
- }
19818
- .icon-approve:before {
19819
- content: "\e6c3";
19820
- }
19821
- .icon-exit-screen-full:before {
19822
- content: "\e6c4";
19823
- }
19824
- .icon-jinggao:before {
19825
- content: "\e64f";
19826
- }
19827
- .icon-execute-stop1:before {
19828
- content: "\e7862";
19829
- }
19830
- .icon-close:before {
19831
- content: "\e60b";
19832
- }
19833
- .icon-search:before {
19834
- content: "\e615";
19835
- }
19836
19386
 
19837
19387
  .mart {
19838
19388
  background-color: #fff;