Merge pull request '时间' (#7) from qiaopengfei into master
Reviewed-on: #7
This commit is contained in:
commit
d1ac7cd359
|
@ -2,6 +2,7 @@
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
:style="{ width }"
|
:style="{ width }"
|
||||||
:prefix-icon="iconClass"
|
:prefix-icon="iconClass"
|
||||||
|
clear-icon="ag-icon-clear"
|
||||||
v-model="dateArr"
|
v-model="dateArr"
|
||||||
v-bind="attrs"
|
v-bind="attrs"
|
||||||
v-on="inputListeners"
|
v-on="inputListeners"
|
||||||
|
@ -157,7 +158,7 @@ export default {
|
||||||
(item) => item !== null && item !== undefined && item !== ""
|
(item) => item !== null && item !== undefined && item !== ""
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
this.width = "205px";
|
this.width = "190px";
|
||||||
this.date_picker = true;
|
this.date_picker = true;
|
||||||
} else {
|
} else {
|
||||||
this.width = "160px";
|
this.width = "160px";
|
||||||
|
@ -168,14 +169,7 @@ export default {
|
||||||
deep: true,
|
deep: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {},
|
||||||
mouseleave() {
|
|
||||||
console.log(999);
|
|
||||||
},
|
|
||||||
mousemove() {
|
|
||||||
console.log(888);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -194,17 +188,22 @@ export default {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
.ag-datePicker {
|
.el-input__icon.el-range__close-icon {
|
||||||
color: red;
|
position: absolute;
|
||||||
&:hover {
|
width: 16px;
|
||||||
.ag-el-icon-prefix-hide {
|
font-size: 16px;
|
||||||
display: none;
|
margin-left: -5px;
|
||||||
}
|
line-height: 30px;
|
||||||
|
right: 8px;
|
||||||
|
top: 0;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ag-icon-clear {
|
||||||
|
&:before {
|
||||||
|
content: "\e6db";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// .el-input__icon,
|
|
||||||
// .el-range__close-icon {
|
|
||||||
// }
|
|
||||||
|
|
||||||
.ag-icon-prefix-show {
|
.ag-icon-prefix-show {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
@ -221,9 +220,5 @@ export default {
|
||||||
.ag-icon-prefix-hide {
|
.ag-icon-prefix-hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-icon-circle-close:before {
|
|
||||||
content: "\e6db";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -77,7 +77,7 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
::v-deep {
|
::v-deep {
|
||||||
.el-input__inner {
|
.el-date-editor--daterange.el-input__inner {
|
||||||
width: none;
|
width: none;
|
||||||
}
|
}
|
||||||
.el-input__suffix {
|
.el-input__suffix {
|
||||||
|
|
Loading…
Reference in New Issue