@liuzengwei/element-ui 2.15.5-xn.48 → 2.15.5-xn.50

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.
@@ -1 +1 @@
1
- .el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #E4E7ED}.el-timeline-item__icon{color:#FFF;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#E4E7ED;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#4885F8}.el-timeline-item__node--success{background-color:#1EBD44}.el-timeline-item__node--warning{background-color:#FF7D00}.el-timeline-item__node--danger{background-color:#F53F3F}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}
1
+ .el-timeline-item__node,.el-timeline-item__node--primary{background-color:#4885F8}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:25px;top:-3px}.el-timeline-item__tail{position:absolute;left:2.5px;height:100%;border-left:1px solid #4885F8}.el-timeline-item__icon{color:#FFF;font-size:13px}.el-timeline-item__node{position:absolute;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 0 0 2px #FFF;box-shadow:0 0 0 2px #FFF}.el-timeline-item__node--normal{left:-1px;width:8px;height:8px}.el-timeline-item__node--large{left:-3px;width:12px;height:12px}.el-timeline-item__node--success{background-color:#1EBD44}.el-timeline-item__node--warning{background-color:#FF7D00}.el-timeline-item__node--danger{background-color:#F53F3F}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}
@@ -44,7 +44,7 @@ $--color-base: #202131 !default;
44
44
  // Background
45
45
  /// color|1|Background Color|4
46
46
  $--background-color-base: #F5F7FA !default;
47
- $--background-color-base-well: #FAFCFE !default;
47
+ $--background-color-light-base: #FAFCFE !default;
48
48
  $--background-color-input-base: #F7F8FA !default;
49
49
  $--background-color-table-header: #F7F8FA !default;
50
50
 
@@ -948,9 +948,9 @@ $--main-padding: 20px !default;
948
948
 
949
949
  /* Timeline
950
950
  --------------------------*/
951
- $--timeline-node-size-normal: 12px !default;
952
- $--timeline-node-size-large: 14px !default;
953
- $--timeline-node-color: $--border-color-light !default;
951
+ $--timeline-node-size-normal: 8px !default;
952
+ $--timeline-node-size-large: 12px !default;
953
+ $--timeline-node-color: $--color-primary !default;
954
954
 
955
955
  /* Backtop
956
956
  --------------------------*/
@@ -7,15 +7,15 @@
7
7
 
8
8
  @include e(wrapper) {
9
9
  position: relative;
10
- padding-left: 28px;
10
+ padding-left: 25px;
11
11
  top: -3px;
12
12
  }
13
13
 
14
14
  @include e(tail) {
15
15
  position: absolute;
16
- left: 4px;
16
+ left: 2.5px;
17
17
  height: 100%;
18
- border-left: 2px solid $--timeline-node-color;
18
+ border-left: 1px solid $--timeline-node-color;
19
19
  }
20
20
 
21
21
  @include e(icon) {
@@ -30,6 +30,7 @@
30
30
  display: flex;
31
31
  justify-content: center;
32
32
  align-items: center;
33
+ box-shadow: 0 0 0 2px $--color-white;
33
34
 
34
35
  @include m(normal) {
35
36
  left: -1px;
@@ -37,7 +38,7 @@
37
38
  height: $--timeline-node-size-normal;
38
39
  }
39
40
  @include m(large) {
40
- left: -2px;
41
+ left: -3px;
41
42
  width: $--timeline-node-size-large;
42
43
  height: $--timeline-node-size-large;
43
44
  }
package/src/index.js CHANGED
@@ -230,7 +230,7 @@ if (typeof window !== 'undefined' && window.Vue) {
230
230
  }
231
231
 
232
232
  export default {
233
- version: '2.15.5-xn.48',
233
+ version: '2.15.5-xn.50',
234
234
  locale: locale.use,
235
235
  i18n: locale.i18n,
236
236
  install,