@kaiyinchem/ky-uniui 1.0.6 → 1.0.7
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.
- package/components/ky-tab.vue +5 -0
- package/package.json +1 -1
package/components/ky-tab.vue
CHANGED
|
@@ -167,6 +167,11 @@
|
|
|
167
167
|
display: flex;
|
|
168
168
|
align-items: center;
|
|
169
169
|
justify-content: center;
|
|
170
|
+
border-right: 1px solid var(--color-primary);
|
|
171
|
+
box-sizing: border-box;
|
|
172
|
+
&:last-child {
|
|
173
|
+
border-right: 0;
|
|
174
|
+
}
|
|
170
175
|
&.active {
|
|
171
176
|
background: var(--color-primary);
|
|
172
177
|
color: #ffffff;
|