meixioacomponent 0.2.89 → 0.2.90

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": "meixioacomponent",
3
- "version": "0.2.89",
3
+ "version": "0.2.90",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -89,7 +89,7 @@ export default {
89
89
 
90
90
  iconClass() {
91
91
  if (this.statusComplate) {
92
- return "icon-zhengque";
92
+ return "meixicomponenticon-zhengque";
93
93
  } else {
94
94
  return "meixicomponenticon-icon-arrow-right";
95
95
  }
@@ -161,9 +161,12 @@ export default {
161
161
  overflow: hidden;
162
162
  user-select: none;
163
163
  position: relative;
164
- border-radius: var(--radius);
165
164
  background: var(--color-gray-m);
166
- border: 1px solid var(--color-gray-d);
165
+ border: 2px solid var(--color-gray-d);
166
+ border-radius: calc(var(--radius) * 2);
167
+ &:hover {
168
+ border-color: var(--color-primary);
169
+ }
167
170
  .mover-box {
168
171
  z-index: 3;
169
172
  width: 40px;
@@ -61,6 +61,11 @@ export default {
61
61
  height: auto;
62
62
  display: flex;
63
63
  min-height: 50px;
64
+ &:last-of-type {
65
+ /deep/ .point-line {
66
+ display: none;
67
+ }
68
+ }
64
69
  }
65
70
  .base-time-line-right {
66
71
  width: 100%;
@@ -18,6 +18,7 @@
18
18
  :size="`s`"
19
19
  :plain="true"
20
20
  :event="false"
21
+ :iconClass="`element`"
21
22
  v-if="timeLineItem.icon"
22
23
  :name="timeLineItem.icon"
23
24
  ></base-icon>
@@ -80,12 +81,15 @@ export default {
80
81
 
81
82
  <style lang="less" scoped>
82
83
  .base-time-line-left-wrap {
83
- width: 50px;
84
+ width: auto;
84
85
  height: 100%;
85
86
  display: flex;
86
87
  flex-flow: row nowrap;
87
88
  align-items: flex-start;
88
89
  justify-content: flex-end;
90
+ .hasTimeWeek {
91
+ width: 50px;
92
+ }
89
93
  .time-week-wrap {
90
94
  padding: 0px var(--padding-5);
91
95
  span {