vue2-client 1.17.35 → 1.17.36

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.17.35",
3
+ "version": "1.17.36",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -400,12 +400,14 @@ export default {
400
400
 
401
401
  &.status-completed-text {
402
402
  color: #ebad59;
403
- font-weight: 600;
403
+ font-size: 14px;
404
+ line-height: 1.4;
404
405
  }
405
406
 
406
407
  &.status-progress-text {
407
- color: #5B6B8F;
408
- font-weight: 600;
408
+ color: #8392a5;
409
+ font-size: 14px;
410
+ line-height: 1.4;
409
411
  }
410
412
  }
411
413
  }