@weitutech/by-components 1.2.9 → 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.
|
@@ -102864,9 +102864,9 @@ ${hover} {
|
|
|
102864
102864
|
background: linear-gradient(180deg, #f5f9ff 0%, #eaf3ff 100%);
|
|
102865
102865
|
}
|
|
102866
102866
|
${active} {
|
|
102867
|
-
height:
|
|
102868
|
-
line-height:
|
|
102869
|
-
padding: 0
|
|
102867
|
+
height: 26px;
|
|
102868
|
+
line-height: 24px;
|
|
102869
|
+
padding: 0 10px;
|
|
102870
102870
|
font-size: 12px;
|
|
102871
102871
|
color: #409eff;
|
|
102872
102872
|
border-color: #c6ddf5;
|
package/lib/by-components.umd.js
CHANGED
|
@@ -102874,9 +102874,9 @@ ${hover} {
|
|
|
102874
102874
|
background: linear-gradient(180deg, #f5f9ff 0%, #eaf3ff 100%);
|
|
102875
102875
|
}
|
|
102876
102876
|
${active} {
|
|
102877
|
-
height:
|
|
102878
|
-
line-height:
|
|
102879
|
-
padding: 0
|
|
102877
|
+
height: 26px;
|
|
102878
|
+
line-height: 24px;
|
|
102879
|
+
padding: 0 10px;
|
|
102880
102880
|
font-size: 12px;
|
|
102881
102881
|
color: #409eff;
|
|
102882
102882
|
border-color: #c6ddf5;
|