cloud-business 0.1.82-9 → 0.1.83

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.
@@ -16710,7 +16710,8 @@ body {
16710
16710
  justify-content: flex-end;
16711
16711
  }
16712
16712
  .super-sms-select-model > .supper-sms-select-query i {
16713
- color: #000000;
16713
+ color: rgba(0, 0, 0, 0.25);
16714
+ cursor: pointer;
16714
16715
  }
16715
16716
 
16716
16717
  .dy-sms-test-account {
@@ -16724,6 +16725,9 @@ body {
16724
16725
  height: 30px;
16725
16726
  position: relative;
16726
16727
  }
16728
+ .dy-sms-test-account > .dy-sms-input-wrapper input:focus {
16729
+ border: 1px solid var(--shuyunBlue4) !important;
16730
+ }
16727
16731
  .dy-sms-test-account > .dy-sms-input-wrapper .error-minor-tooltip {
16728
16732
  display: block;
16729
16733
  position: absolute;
@@ -16754,14 +16758,15 @@ body {
16754
16758
  }
16755
16759
 
16756
16760
  .supper-sms-preview {
16757
- width: 360px;
16758
- height: 100%;
16761
+ width: 256px;
16762
+ height: 496px;
16759
16763
  background: #fff;
16760
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
16761
16764
  border: 1px solid #e8e8e8;
16765
+ border-radius: 20px;
16766
+ overflow: hidden;
16762
16767
  }
16763
16768
  .supper-sms-preview > section > header {
16764
- height: 58px;
16769
+ height: 20px;
16765
16770
  background-color: #fff;
16766
16771
  display: flex;
16767
16772
  align-items: center;
@@ -16769,15 +16774,15 @@ body {
16769
16774
  }
16770
16775
  .supper-sms-preview > section > header > div {
16771
16776
  width: 84px;
16772
- height: 8px;
16777
+ height: 4px;
16773
16778
  background: #e8e8e8;
16774
16779
  border-radius: 4px;
16775
16780
  }
16776
16781
  .supper-sms-preview > section > div {
16777
16782
  position: relative;
16778
- height: 40px;
16779
- line-height: 40px;
16780
- font-size: 16px;
16783
+ height: 30px;
16784
+ line-height: 30px;
16785
+ font-size: 14px;
16781
16786
  text-align: center;
16782
16787
  color: rgba(0, 0, 0, 0.85);
16783
16788
  background-color: #fff;
@@ -16790,18 +16795,20 @@ body {
16790
16795
  color: rgba(0, 0, 0, 0.45);
16791
16796
  }
16792
16797
  .supper-sms-preview > div {
16793
- height: 500px;
16798
+ height: 428px;
16794
16799
  overflow-y: auto;
16800
+ padding: 8px;
16801
+ box-sizing: border-box;
16795
16802
  }
16796
16803
  .supper-sms-preview > div .super-sms-component-item {
16797
16804
  height: auto;
16798
- margin: 5px 12px;
16805
+ margin-bottom: 12px;
16799
16806
  padding: 10px;
16800
- font-size: 14px;
16801
- line-height: 1.5;
16807
+ font-size: 12px;
16808
+ line-height: 18px;
16802
16809
  background-color: #e5e6ea;
16803
16810
  word-break: break-all;
16804
- border-radius: 10px;
16811
+ border-radius: 5px;
16805
16812
  display: flex;
16806
16813
  flex-direction: column;
16807
16814
  align-items: center;
@@ -16868,7 +16875,7 @@ body {
16868
16875
  margin-right: 10px;
16869
16876
  }
16870
16877
  .super-sms-content .extra-tip {
16871
- color: #000000;
16878
+ color: rgba(0, 0, 0, 0.45);
16872
16879
  margin-left: 12px;
16873
16880
  line-height: 30px;
16874
16881
  }
@@ -16879,8 +16886,14 @@ body {
16879
16886
  display: inline-block;
16880
16887
  }
16881
16888
  .super-sms-content .super-sms-test-label i {
16882
- color: #0083ba;
16883
- cursor: pointer;
16889
+ color: rgba(0, 0, 0, 0.25);
16890
+ font-size: 16px;
16891
+ vertical-align: bottom;
16892
+ margin-left: 4px;
16893
+ }
16894
+ .super-sms-selector-footer {
16895
+ display: flex;
16896
+ flex-direction: row-reverse;
16884
16897
  }
16885
16898
 
16886
16899
  body {