rk-web-core 0.13.203 → 0.13.206

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rk-web-core",
3
3
  "description": "iep core utils",
4
- "version": "0.13.203",
4
+ "version": "0.13.206",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
package/rk-web-core.css CHANGED
@@ -3484,7 +3484,6 @@ span.ui-date-item {
3484
3484
  .ui-time-col {
3485
3485
  height: 290px;
3486
3486
  overflow: auto;
3487
- overflow: overlay;
3488
3487
  scrollbar-width: none;
3489
3488
  overscroll-behavior: contain;
3490
3489
  }
@@ -5698,21 +5697,21 @@ textarea:-moz-read-only {
5698
5697
  font-size: 24px;
5699
5698
  margin: 0;
5700
5699
  }
5701
- .gpt-container[data-v-491f9d94] {
5700
+ .gpt-container {
5702
5701
  height: 100%;
5703
5702
  display: flex;
5704
5703
  position: relative;
5705
5704
  flex-direction: column;
5706
5705
  }
5707
- .gpt-container *[data-v-491f9d94] {
5706
+ .gpt-container * {
5708
5707
  box-sizing: border-box;
5709
5708
  }
5710
- .gpt-container .scroll-container[data-v-491f9d94] {
5709
+ .gpt-container .scroll-container {
5711
5710
  flex: 1;
5712
5711
  padding: 18px;
5713
5712
  overflow: auto;
5714
5713
  }
5715
- .gpt-container .scroll-container .common-container[data-v-491f9d94] {
5714
+ .gpt-container .scroll-container .common-container {
5716
5715
  width: 100%;
5717
5716
  display: flex;
5718
5717
  font-size: 14px;
@@ -5720,16 +5719,16 @@ textarea:-moz-read-only {
5720
5719
  font-weight: 400;
5721
5720
  margin-bottom: 16px;
5722
5721
  }
5723
- .gpt-container .scroll-container .reply-container[data-v-491f9d94] {
5722
+ .gpt-container .scroll-container .reply-container {
5724
5723
  justify-content: flex-start;
5725
5724
  }
5726
- .gpt-container .scroll-container .question-container[data-v-491f9d94] {
5725
+ .gpt-container .scroll-container .question-container {
5727
5726
  justify-content: flex-end;
5728
5727
  }
5729
- .gpt-container .scroll-container .stop-container[data-v-491f9d94] {
5728
+ .gpt-container .scroll-container .stop-container {
5730
5729
  justify-content: center;
5731
5730
  }
5732
- .gpt-container .scroll-container .stop-content[data-v-491f9d94] {
5731
+ .gpt-container .scroll-container .stop-content {
5733
5732
  width: 100px;
5734
5733
  height: 32px;
5735
5734
  border-radius: 16px;
@@ -5740,33 +5739,33 @@ textarea:-moz-read-only {
5740
5739
  align-items: center;
5741
5740
  justify-content: center;
5742
5741
  }
5743
- .gpt-container .scroll-container .stop-content .icon[data-v-491f9d94] {
5742
+ .gpt-container .scroll-container .stop-content .icon {
5744
5743
  margin-right: 10px;
5745
5744
  }
5746
- .gpt-container .scroll-container .reply-content[data-v-491f9d94] {
5745
+ .gpt-container .scroll-container .reply-content {
5747
5746
  max-width: 90%;
5748
5747
  padding: 8px;
5749
5748
  background: #f2f5fc;
5750
5749
  border-radius: 0 10px 10px;
5751
5750
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
5752
5751
  }
5753
- .gpt-container .scroll-container .reply-content .rk-markdown-body[data-v-491f9d94] {
5752
+ .gpt-container .scroll-container .reply-content .rk-markdown-body {
5754
5753
  color: #323232;
5755
5754
  }
5756
- .gpt-container .scroll-container .reply-content .disclaimer[data-v-491f9d94] {
5755
+ .gpt-container .scroll-container .reply-content .disclaimer {
5757
5756
  font-size: 12px;
5758
5757
  color: #959595;
5759
5758
  letter-spacing: 0;
5760
5759
  margin-top: 10px;
5761
5760
  }
5762
- .gpt-container .scroll-container .gpt-input > span[data-v-491f9d94]:after {
5761
+ .gpt-container .scroll-container .gpt-input > span:after {
5763
5762
  animation: blink 1s steps(5, start) infinite;
5764
5763
  content: '\258b';
5765
5764
  margin-left: 10px;
5766
5765
  vertical-align: baseline;
5767
5766
  color: #468ffc;
5768
5767
  }
5769
- .gpt-container .scroll-container .question-content[data-v-491f9d94] {
5768
+ .gpt-container .scroll-container .question-content {
5770
5769
  color: #fff;
5771
5770
  max-width: 300px;
5772
5771
  padding: 10px 12px;
@@ -5775,12 +5774,12 @@ textarea:-moz-read-only {
5775
5774
  background: linear-gradient(to right, #356fff, #6383f7);
5776
5775
  border-radius: 16px 16px 0;
5777
5776
  }
5778
- .gpt-container .to-working-table[data-v-491f9d94] {
5777
+ .gpt-container .to-working-table {
5779
5778
  height: 40px;
5780
5779
  display: flex;
5781
5780
  align-items: center;
5782
5781
  }
5783
- .gpt-container .to-working-table .btn[data-v-491f9d94] {
5782
+ .gpt-container .to-working-table .btn {
5784
5783
  height: 28px;
5785
5784
  cursor: pointer;
5786
5785
  color: #3770fe;
@@ -5795,37 +5794,37 @@ textarea:-moz-read-only {
5795
5794
  box-sizing: border-box;
5796
5795
  border: 1px solid #3770fe;
5797
5796
  }
5798
- .gpt-container .send-message[data-v-491f9d94] {
5797
+ .gpt-container .send-message {
5799
5798
  height: 120px;
5800
5799
  display: flex;
5801
5800
  flex-direction: column;
5802
5801
  justify-content: space-between;
5803
5802
  border-top: 1px solid #e7eced;
5804
5803
  }
5805
- .gpt-container .send-message .btn-container[data-v-491f9d94] {
5804
+ .gpt-container .send-message .btn-container {
5806
5805
  margin-right: 10px;
5807
5806
  margin-bottom: 10px;
5808
5807
  text-align: right;
5809
5808
  }
5810
- .gpt-container .send-message .btn-container .ui-button[data-v-491f9d94] {
5809
+ .gpt-container .send-message .btn-container .ui-button {
5811
5810
  height: 30px;
5812
5811
  line-height: 10px;
5813
5812
  }
5814
- .gpt-container .send-message .btn-container .send-btn[data-v-491f9d94] {
5813
+ .gpt-container .send-message .btn-container .send-btn {
5815
5814
  background: #3770fe;
5816
5815
  }
5817
- .gpt-container .send-message .ui-textarea[data-v-491f9d94] {
5816
+ .gpt-container .send-message .ui-textarea {
5818
5817
  width: 100%;
5819
5818
  border: none;
5820
5819
  flex: 1;
5821
5820
  }
5822
- .gpt-container .send-message .default-view[data-v-491f9d94] {
5821
+ .gpt-container .send-message .default-view {
5823
5822
  height: 100%;
5824
5823
  display: flex;
5825
5824
  flex-direction: column;
5826
5825
  align-items: center;
5827
5826
  }
5828
- .gpt-container .send-message .default-view > div[data-v-491f9d94] {
5827
+ .gpt-container .send-message .default-view > div {
5829
5828
  height: 30px;
5830
5829
  width: 200px;
5831
5830
  line-height: 30px;
@@ -5838,42 +5837,42 @@ textarea:-moz-read-only {
5838
5837
  margin-top: 10px;
5839
5838
  cursor: pointer;
5840
5839
  }
5841
- .gpt-container .send-message .default-view .ui-button[data-v-491f9d94] {
5840
+ .gpt-container .send-message .default-view .ui-button {
5842
5841
  height: 30px;
5843
5842
  line-height: 10px;
5844
5843
  margin-top: 10px;
5845
5844
  background: #3770fe;
5846
5845
  }
5847
- .register-container input[data-v-0f948f54]::-webkit-outer-spin-button,
5848
- .register-container input[data-v-0f948f54]::-webkit-inner-spin-button {
5846
+ .register-container input::-webkit-outer-spin-button,
5847
+ .register-container input::-webkit-inner-spin-button {
5849
5848
  -webkit-appearance: none;
5850
5849
  }
5851
- .register-container input[type='number'][data-v-0f948f54] {
5850
+ .register-container input[type='number'] {
5852
5851
  -moz-appearance: textfield;
5853
5852
  }
5854
- .register-container[data-v-0f948f54] {
5853
+ .register-container {
5855
5854
  padding: 50px 15px 0;
5856
5855
  }
5857
- .register-container .register-title[data-v-0f948f54] {
5856
+ .register-container .register-title {
5858
5857
  color: #323232;
5859
5858
  font-size: 18px;
5860
5859
  font-weight: 500;
5861
5860
  text-align: center;
5862
5861
  }
5863
- .register-container .form-item[data-v-0f948f54] {
5862
+ .register-container .form-item {
5864
5863
  margin-top: 20px;
5865
5864
  }
5866
- .register-container .form-item .form-label[data-v-0f948f54] {
5865
+ .register-container .form-item .form-label {
5867
5866
  padding-left: 5px;
5868
5867
  color: #828e9a;
5869
5868
  font-size: 12px;
5870
5869
  font-weight: 500;
5871
5870
  margin-bottom: 6px;
5872
5871
  }
5873
- .register-container .form-item .ver-code-input[data-v-0f948f54] {
5872
+ .register-container .form-item .ver-code-input {
5874
5873
  position: relative;
5875
5874
  }
5876
- .register-container .form-item .ver-code-input .btn[data-v-0f948f54] {
5875
+ .register-container .form-item .ver-code-input .btn {
5877
5876
  cursor: pointer;
5878
5877
  position: absolute;
5879
5878
  right: 0;
@@ -5884,26 +5883,26 @@ textarea:-moz-read-only {
5884
5883
  color: #3770fe;
5885
5884
  font-weight: 500;
5886
5885
  }
5887
- .register-container .form-item .ver-code-input .btn-disabled[data-v-0f948f54] {
5886
+ .register-container .form-item .ver-code-input .btn-disabled {
5888
5887
  color: #828e9a;
5889
5888
  }
5890
- .register-container .form-item .ui-input[data-v-0f948f54] {
5889
+ .register-container .form-item .ui-input {
5891
5890
  width: 100%;
5892
5891
  }
5893
- .register-container .register-submit[data-v-0f948f54] {
5892
+ .register-container .register-submit {
5894
5893
  margin-top: 100px;
5895
5894
  width: 100%;
5896
5895
  background: #3770fe;
5897
5896
  }
5898
- .register-container .result-container[data-v-0f948f54] {
5897
+ .register-container .result-container {
5899
5898
  text-align: center;
5900
5899
  padding-top: 40px;
5901
5900
  }
5902
- .register-container .result-container img[data-v-0f948f54] {
5901
+ .register-container .result-container img {
5903
5902
  width: 120px;
5904
5903
  height: 120px;
5905
5904
  }
5906
- .gpt-logo[data-v-bc1fa462] {
5905
+ .gpt-logo {
5907
5906
  width: 56px;
5908
5907
  height: 56px;
5909
5908
  border-radius: 50%;
@@ -5913,7 +5912,7 @@ textarea:-moz-read-only {
5913
5912
  background: linear-gradient(170deg, #356fff 6%, #6383f7 111%);
5914
5913
  box-shadow: inset -3px -3px 10px rgba(0, 0, 0, 0.1), inset 6px 5px 10px rgba(255, 255, 255, 0.12);
5915
5914
  }
5916
- .gpt-logo .img-container[data-v-bc1fa462] {
5915
+ .gpt-logo .img-container {
5917
5916
  width: 100%;
5918
5917
  height: 100%;
5919
5918
  display: flex;
@@ -5921,11 +5920,11 @@ textarea:-moz-read-only {
5921
5920
  justify-content: center;
5922
5921
  cursor: pointer;
5923
5922
  }
5924
- .gpt-logo .img-container .logo-img[data-v-bc1fa462] {
5923
+ .gpt-logo .img-container .logo-img {
5925
5924
  width: 40px;
5926
5925
  height: 40px;
5927
5926
  }
5928
- .gpt-logo .rk-gpt-container[data-v-bc1fa462] {
5927
+ .gpt-logo .rk-gpt-container {
5929
5928
  left: -330px;
5930
5929
  bottom: 0;
5931
5930
  height: 600px;
@@ -5937,17 +5936,17 @@ textarea:-moz-read-only {
5937
5936
  flex-direction: column;
5938
5937
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
5939
5938
  }
5940
- .gpt-logo .rk-gpt-container[data-v-bc1fa462] ::-webkit-scrollbar {
5939
+ .gpt-logo .rk-gpt-container ::-webkit-scrollbar {
5941
5940
  width: 3px;
5942
5941
  }
5943
- .gpt-logo .rk-gpt-container[data-v-bc1fa462] ::-webkit-scrollbar-track {
5942
+ .gpt-logo .rk-gpt-container ::-webkit-scrollbar-track {
5944
5943
  background-color: transparent;
5945
5944
  }
5946
- .gpt-logo .rk-gpt-container[data-v-bc1fa462] ::-webkit-scrollbar-thumb {
5945
+ .gpt-logo .rk-gpt-container ::-webkit-scrollbar-thumb {
5947
5946
  background-color: #d4d4d4;
5948
5947
  border-radius: 2em;
5949
5948
  }
5950
- .gpt-logo .rk-gpt-container .common-title[data-v-bc1fa462] {
5949
+ .gpt-logo .rk-gpt-container .common-title {
5951
5950
  padding: 0 20px;
5952
5951
  height: 70px;
5953
5952
  display: flex;
@@ -5955,21 +5954,21 @@ textarea:-moz-read-only {
5955
5954
  justify-content: space-between;
5956
5955
  background: linear-gradient(180deg, #356fff 0%, #6383f7 100%);
5957
5956
  }
5958
- .gpt-logo .rk-gpt-container .common-title .title-left[data-v-bc1fa462] {
5957
+ .gpt-logo .rk-gpt-container .common-title .title-left {
5959
5958
  display: flex;
5960
5959
  align-items: center;
5961
5960
  }
5962
- .gpt-logo .rk-gpt-container .common-title .title-left .logo[data-v-bc1fa462] {
5961
+ .gpt-logo .rk-gpt-container .common-title .title-left .logo {
5963
5962
  width: 36px;
5964
5963
  height: 36px;
5965
5964
  margin-right: 11px;
5966
5965
  }
5967
- .gpt-logo .rk-gpt-container .common-title .title-left .title[data-v-bc1fa462] {
5966
+ .gpt-logo .rk-gpt-container .common-title .title-left .title {
5968
5967
  color: #fff;
5969
5968
  font-size: 16px;
5970
5969
  font-weight: 500;
5971
5970
  }
5972
- .gpt-logo .rk-gpt-container .common-title .close-view[data-v-bc1fa462] {
5971
+ .gpt-logo .rk-gpt-container .common-title .close-view {
5973
5972
  width: 40px;
5974
5973
  text-align: right;
5975
5974
  cursor: pointer;
@@ -5978,14 +5977,14 @@ textarea:-moz-read-only {
5978
5977
  font-size: 24px;
5979
5978
  font-weight: 700;
5980
5979
  }
5981
- .gpt-logo .rk-gpt-container .toast-container[data-v-bc1fa462] {
5980
+ .gpt-logo .rk-gpt-container .toast-container {
5982
5981
  position: absolute;
5983
5982
  top: 50%;
5984
5983
  left: calc(50% - 90px);
5985
5984
  width: 180px;
5986
5985
  text-align: center;
5987
5986
  }
5988
- .gpt-logo .rk-gpt-container .toast-container .toast-view[data-v-bc1fa462] {
5987
+ .gpt-logo .rk-gpt-container .toast-container .toast-view {
5989
5988
  max-width: 180px;
5990
5989
  text-align: center;
5991
5990
  padding: 5px 10px;