@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.
@@ -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;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.6",
10
+ "version": "1.0.7",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"