style:优化日期选择器样式

- 调整年份选择器的宽度为 100%,以适应页面布局
This commit is contained in:
dj
2025-08-20 09:22:49 +08:00
parent 5808145c01
commit 83c01575e6

View File

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