forked from github/dataease
fix: 时间选择组件限制宽度
This commit is contained in:
parent
7957bab60d
commit
1659235637
@ -45,7 +45,7 @@ export default {
|
||||
|
||||
.el-date-editor {
|
||||
padding-left: 12px;
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.calendar-outlined {
|
||||
|
Loading…
Reference in New Issue
Block a user