update Date Icons
This commit is contained in:
parent
9eba26feaa
commit
0f512d6a73
5 changed files with 18 additions and 18 deletions
|
@ -259,8 +259,8 @@
|
|||
},
|
||||
iconType () {
|
||||
let icon = 'ios-calendar-outline';
|
||||
if (this.type === 'time' || this.type === 'timerange') icon = 'ios-clock-outline';
|
||||
if (this.showClose) icon = 'ios-close';
|
||||
if (this.type === 'time' || this.type === 'timerange') icon = 'ios-time-outline';
|
||||
if (this.showClose) icon = 'ios-close-circle';
|
||||
return icon;
|
||||
},
|
||||
transition () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue