This commit is contained in:
linfso 2024-05-26 18:55:11 +08:00
parent fa71704ef3
commit fd0894f232

View File

@ -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>