fix: 时间选择组件限制宽度

This commit is contained in:
dataeaseShu 2022-10-27 16:34:56 +08:00
parent 7957bab60d
commit 1659235637

View File

@ -45,7 +45,7 @@ export default {
.el-date-editor {
padding-left: 12px;
width: 100%;
width: 100% !important;
}
.calendar-outlined {