taro-react-uilib 1.4.19 → 1.4.20

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.
@@ -138,7 +138,8 @@ $class-prefix-steps: #{$xh-prefix}-steps;
138
138
  flex: none;
139
139
  min-width: 28PX;
140
140
  margin-right: 5px;
141
-
141
+ display: flex;
142
+ justify-content: center;
142
143
  &.dashed::after {
143
144
  background-image: linear-gradient(to bottom, var(--line-to-next-color) 50%, transparent 0%);
144
145
  background-position: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taro-react-uilib",
3
- "version": "1.4.19",
3
+ "version": "1.4.20",
4
4
  "description": "基于taro的跨端组件库",
5
5
  "templateInfo": {
6
6
  "name": "default",