mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
fix: 时间选择组件限制宽度
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
||||
|
||||
.el-date-editor {
|
||||
padding-left: 12px;
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.calendar-outlined {
|
||||
|
||||
Reference in New Issue
Block a user