mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
fix: 日期组件样式错误
This commit is contained in:
parent
93e9ac87c3
commit
a22838606b
@ -61,24 +61,28 @@
|
|||||||
|
|
||||||
td {
|
td {
|
||||||
.cell {
|
.cell {
|
||||||
border-radius: 0;
|
width: 44px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-year-table {
|
.el-year-table {
|
||||||
td {
|
td {
|
||||||
|
width: auto;
|
||||||
padding: 7px 0;
|
padding: 7px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-month-table {
|
.el-month-table {
|
||||||
td {
|
td {
|
||||||
|
width: auto;
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-date-table {
|
.el-date-table {
|
||||||
td {
|
td {
|
||||||
|
width: auto;
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -9,7 +9,7 @@
|
|||||||
@import './bl-image.scss';
|
@import './bl-image.scss';
|
||||||
@import './bl-message.scss';
|
@import './bl-message.scss';
|
||||||
@import './bl-notification.scss';
|
@import './bl-notification.scss';
|
||||||
|
@import './bl-popper.scss';
|
||||||
@import './bl-tip.scss';
|
@import './bl-tip.scss';
|
||||||
@import './bl-tooltip.scss';
|
|
||||||
@import './bl-tree.scss';
|
@import './bl-tree.scss';
|
||||||
@import '../../views/doc/doc-tree-right-menu.scss';
|
@import '../../views/doc/doc-tree-right-menu.scss';
|
@ -9,47 +9,7 @@
|
|||||||
.el-popper.el-picker__popper {
|
.el-popper.el-picker__popper {
|
||||||
// 日期范围选择
|
// 日期范围选择
|
||||||
.el-date-picker {
|
.el-date-picker {
|
||||||
// width: 260px;
|
|
||||||
// .el-date-picker__header {
|
|
||||||
// margin: 3px 12px;
|
|
||||||
|
|
||||||
// .el-date-picker__header-label {
|
|
||||||
// font-size: 14px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
.el-picker-panel__content {
|
.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 {
|
.current {
|
||||||
.el-date-table-cell__text {
|
.el-date-table-cell__text {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user