重构笔记组件

This commit is contained in:
2023-05-20 15:54:14 +08:00
parent 1891c653cf
commit 3b128a868b
10 changed files with 116 additions and 114 deletions

View File

@@ -312,42 +312,6 @@
line-height: 35px;
}
.ul-note-item {
display : flex;
justify-content: flex-start;
align-items : flex-start;
cursor : pointer;
padding : 15px;
}
.ul-note-item.current,
.ul-note-item:hover {
background-color: #dedede;
}
.ul-note-item .ul-note-item-icon {
margin-right: 10px;
}
.ul-note-item .ul-note-item-desc {
color : #999;
font-size : 12px;
margin-top: 5px;
word-break: break-all;
}
.ul-note-item .ul-note-item-time {
color : #bbb;
font-size : 12px;
margin-top: 5px;
}
.ul-note-item .ul-note-item-tree {
font-size : 12px;
color : #bbb;
margin-top: 5px;
}
.ul-input-table {
text-align: center;
}