vue2-client 1.15.16 → 1.15.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.15.16",
3
+ "version": "1.15.17",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -514,6 +514,11 @@ export default {
514
514
  .timeline-section {
515
515
  flex-shrink: 0;
516
516
 
517
+ // 主时间轴自动填充剩余宽度
518
+ &.main-timeline {
519
+ flex: 1;
520
+ }
521
+
517
522
  /deep/ .ant-steps-dot {
518
523
  margin-bottom: 6px;
519
524
  .ant-steps-item-tail {