fix: 日期组件样式错误

This commit is contained in:
xiaozzzi 2024-04-09 16:44:38 +08:00
parent 93e9ac87c3
commit a22838606b
3 changed files with 6 additions and 42 deletions

View File

@ -61,24 +61,28 @@
td {
.cell {
border-radius: 0;
width: 44px;
border-radius: 4px;
}
}
.el-year-table {
td {
width: auto;
padding: 7px 0;
}
}
.el-month-table {
td {
width: auto;
padding: 1px 0;
}
}
.el-date-table {
td {
width: auto;
padding: 2px 0;
}
}

View File

@ -9,7 +9,7 @@
@import './bl-image.scss';
@import './bl-message.scss';
@import './bl-notification.scss';
@import './bl-popper.scss';
@import './bl-tip.scss';
@import './bl-tooltip.scss';
@import './bl-tree.scss';
@import '../../views/doc/doc-tree-right-menu.scss';

View File

@ -9,47 +9,7 @@
.el-popper.el-picker__popper {
// 日期范围选择
.el-date-picker {
// width: 260px;
// .el-date-picker__header {
// margin: 3px 12px;
// .el-date-picker__header-label {
// font-size: 14px;
// }
// }
.el-picker-panel__content {
// width: 230px;
// margin: 3px 15px;
// th {
// padding: 0;
// }
// td {
// .cell {
// border-radius: 0;
// }
// }
// .el-year-table {
// td {
// padding: 7px 0;
// }
// }
// .el-month-table {
// td {
// padding: 1px 0;
// }
// }
// .el-date-table {
// td {
// padding: 2px 0;
// }
// }
.current {
.el-date-table-cell__text {
border-radius: 4px;