@weitutech/by-components 1.2.8 → 1.2.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.
@@ -102847,14 +102847,14 @@ function buildVariantTabStyles(paneVariants = {}) {
102847
102847
  const active = buildSelector(subtleNames, '.is-active');
102848
102848
  return `
102849
102849
  ${base} {
102850
- height: 30px;
102851
- line-height: 28px;
102852
- padding: 0 12px;
102850
+ height: 26px;
102851
+ line-height: 24px;
102852
+ padding: 0 10px;
102853
102853
  margin-bottom: 0;
102854
- font-size: 13px;
102854
+ font-size: 12px;
102855
102855
  font-weight: 600;
102856
102856
  color: #93939a;
102857
- border-radius: 14px 14px 0 0;
102857
+ border-radius: 12px 12px 0 0;
102858
102858
  border-color: #e2e6ed;
102859
102859
  background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f6 100%);
102860
102860
  }
@@ -102864,10 +102864,14 @@ ${hover} {
102864
102864
  background: linear-gradient(180deg, #f5f9ff 0%, #eaf3ff 100%);
102865
102865
  }
102866
102866
  ${active} {
102867
+ height: 26px;
102868
+ line-height: 24px;
102869
+ padding: 0 10px;
102870
+ font-size: 12px;
102867
102871
  color: #409eff;
102868
102872
  border-color: #c6ddf5;
102869
- border-bottom-color: #fff;
102870
- background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
102873
+ border-bottom-color: #f5f7fa;
102874
+ background: linear-gradient(180deg, #f0f7ff 0%, #f5f7fa 100%);
102871
102875
  margin-bottom: -1px;
102872
102876
  z-index: 2;
102873
102877
  }
@@ -102857,14 +102857,14 @@ function buildVariantTabStyles(paneVariants = {}) {
102857
102857
  const active = buildSelector(subtleNames, '.is-active');
102858
102858
  return `
102859
102859
  ${base} {
102860
- height: 30px;
102861
- line-height: 28px;
102862
- padding: 0 12px;
102860
+ height: 26px;
102861
+ line-height: 24px;
102862
+ padding: 0 10px;
102863
102863
  margin-bottom: 0;
102864
- font-size: 13px;
102864
+ font-size: 12px;
102865
102865
  font-weight: 600;
102866
102866
  color: #93939a;
102867
- border-radius: 14px 14px 0 0;
102867
+ border-radius: 12px 12px 0 0;
102868
102868
  border-color: #e2e6ed;
102869
102869
  background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f6 100%);
102870
102870
  }
@@ -102874,10 +102874,14 @@ ${hover} {
102874
102874
  background: linear-gradient(180deg, #f5f9ff 0%, #eaf3ff 100%);
102875
102875
  }
102876
102876
  ${active} {
102877
+ height: 26px;
102878
+ line-height: 24px;
102879
+ padding: 0 10px;
102880
+ font-size: 12px;
102877
102881
  color: #409eff;
102878
102882
  border-color: #c6ddf5;
102879
- border-bottom-color: #fff;
102880
- background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
102883
+ border-bottom-color: #f5f7fa;
102884
+ background: linear-gradient(180deg, #f0f7ff 0%, #f5f7fa 100%);
102881
102885
  margin-bottom: -1px;
102882
102886
  z-index: 2;
102883
102887
  }