style:优化日期选择器样式
- 调整年份选择器的宽度为 100%,以适应页面布局
This commit is contained in:
@@ -13,6 +13,9 @@ a {
|
||||
html, body, #app, .el-container, .el-aside, .el-main {
|
||||
height: 100%;
|
||||
}
|
||||
.el-date-editor--year{
|
||||
width: 100%!important;
|
||||
}
|
||||
|
||||
.el-breadcrumb__item {
|
||||
line-height: 65px;
|
||||
|
||||
Reference in New Issue
Block a user