md
This commit is contained in:
parent
fa71704ef3
commit
fd0894f232
@ -11,7 +11,7 @@
|
||||
ref="timeRangePicker"
|
||||
:picker-options="pickerOptions"
|
||||
@change="dateTimeChange"
|
||||
width="100%"
|
||||
style="width: 100%;"
|
||||
>
|
||||
</el-date-picker>
|
||||
</div>
|
||||
@ -181,13 +181,13 @@ export default {
|
||||
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.date-box >>> .el-date-editor.el-input,.el-date-editor.el-input__inner {
|
||||
width: 146px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
.date-input >>> .el-input__inner {
|
||||
width: 146px;
|
||||
height: 40px;
|
||||
}
|
||||
// .date-box >>> .el-date-editor.el-input,.el-date-editor.el-input__inner {
|
||||
// width: 146px;
|
||||
// margin: 0 10px;
|
||||
// }
|
||||
// .date-input >>> .el-input__inner {
|
||||
// width: 146px;
|
||||
// height: 40px;
|
||||
// }
|
||||
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user