cloud-business 0.1.82-1 → 0.1.82-10

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.
@@ -16704,10 +16704,14 @@ body {
16704
16704
 
16705
16705
  .super-sms-select-model > .supper-sms-select-query {
16706
16706
  height: 30px;
16707
+ margin-top: 12px;
16707
16708
  margin-bottom: 12px;
16708
16709
  display: flex;
16709
16710
  justify-content: flex-end;
16710
16711
  }
16712
+ .super-sms-select-model > .supper-sms-select-query i {
16713
+ color: #000000;
16714
+ }
16711
16715
 
16712
16716
  .dy-sms-test-account {
16713
16717
  background-color: #fff;
@@ -16720,6 +16724,9 @@ body {
16720
16724
  height: 30px;
16721
16725
  position: relative;
16722
16726
  }
16727
+ .dy-sms-test-account > .dy-sms-input-wrapper input:focus {
16728
+ border: 1px solid var(--shuyunBlue4) !important;
16729
+ }
16723
16730
  .dy-sms-test-account > .dy-sms-input-wrapper .error-minor-tooltip {
16724
16731
  display: block;
16725
16732
  position: absolute;
@@ -16750,14 +16757,16 @@ body {
16750
16757
  }
16751
16758
 
16752
16759
  .supper-sms-preview {
16753
- width: 360px;
16754
- height: 100%;
16760
+ width: 256px;
16761
+ height: 496px;
16755
16762
  background: #fff;
16756
16763
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
16757
16764
  border: 1px solid #e8e8e8;
16765
+ border-radius: 20px;
16766
+ overflow: hidden;
16758
16767
  }
16759
16768
  .supper-sms-preview > section > header {
16760
- height: 58px;
16769
+ height: 20px;
16761
16770
  background-color: #fff;
16762
16771
  display: flex;
16763
16772
  align-items: center;
@@ -16765,15 +16774,15 @@ body {
16765
16774
  }
16766
16775
  .supper-sms-preview > section > header > div {
16767
16776
  width: 84px;
16768
- height: 8px;
16777
+ height: 4px;
16769
16778
  background: #e8e8e8;
16770
16779
  border-radius: 4px;
16771
16780
  }
16772
16781
  .supper-sms-preview > section > div {
16773
16782
  position: relative;
16774
- height: 40px;
16775
- line-height: 40px;
16776
- font-size: 16px;
16783
+ height: 30px;
16784
+ line-height: 30px;
16785
+ font-size: 14px;
16777
16786
  text-align: center;
16778
16787
  color: rgba(0, 0, 0, 0.85);
16779
16788
  background-color: #fff;
@@ -16786,18 +16795,20 @@ body {
16786
16795
  color: rgba(0, 0, 0, 0.45);
16787
16796
  }
16788
16797
  .supper-sms-preview > div {
16789
- height: 500px;
16798
+ height: 428px;
16790
16799
  overflow-y: auto;
16800
+ padding: 8px;
16801
+ box-sizing: border-box;
16791
16802
  }
16792
16803
  .supper-sms-preview > div .super-sms-component-item {
16793
16804
  height: auto;
16794
- margin: 5px 12px;
16805
+ margin-bottom: 12px;
16795
16806
  padding: 10px;
16796
- font-size: 14px;
16797
- line-height: 1.5;
16807
+ font-size: 12px;
16808
+ line-height: 18px;
16798
16809
  background-color: #e5e6ea;
16799
16810
  word-break: break-all;
16800
- border-radius: 10px;
16811
+ border-radius: 5px;
16801
16812
  display: flex;
16802
16813
  flex-direction: column;
16803
16814
  align-items: center;
@@ -16828,10 +16839,12 @@ body {
16828
16839
  margin-bottom: 15px;
16829
16840
  position: relative;
16830
16841
  box-sizing: content-box;
16842
+ padding-left: 30px;
16831
16843
  }
16832
16844
  .super-sms-tip p {
16833
16845
  margin: 0;
16834
16846
  line-height: 20px;
16847
+ text-indent: -16px;
16835
16848
  }
16836
16849
  .super-sms-tip.collapsed {
16837
16850
  height: 15px;
@@ -16846,18 +16859,24 @@ body {
16846
16859
  .super-sms-tip > .supper-sms-tip-toggle i {
16847
16860
  color: #0083ba;
16848
16861
  }
16862
+ .super-sms-content .send-time-spec {
16863
+ margin-left: 8px;
16864
+ margin-right: 8px;
16865
+ }
16849
16866
  .super-sms-content .super-sms-model {
16850
16867
  display: flex;
16868
+ align-items: center;
16869
+ height: 32px;
16851
16870
  }
16852
16871
  .super-sms-content .super-sms-model > button {
16853
- margin-left: 0;
16872
+ margin-right: 12px;
16854
16873
  }
16855
16874
  .super-sms-content .super-sms-model .sms-model-name > span:first-child {
16856
16875
  margin-right: 10px;
16857
16876
  }
16858
16877
  .super-sms-content .extra-tip {
16859
- color: #999999;
16860
- margin-left: 6px;
16878
+ color: #000000;
16879
+ margin-left: 12px;
16861
16880
  line-height: 30px;
16862
16881
  }
16863
16882
  .super-sms-content .extra-tip > span {