mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
Compare commits
2 Commits
93e9ac87c3
...
d6e6430397
Author | SHA1 | Date | |
---|---|---|---|
|
d6e6430397 | ||
|
a22838606b |
@ -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;
|
||||
}
|
||||
}
|
@ -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';
|
@ -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;
|
||||
|
@ -295,6 +295,7 @@
|
||||
}
|
||||
|
||||
ol {
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user