mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
重构笔记组件
This commit is contained in:
@@ -1568,6 +1568,42 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.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-order-list-simple-card .item {
|
||||
box-shadow: 0 0 3px #ddd;
|
||||
border-radius: 2px;
|
||||
@@ -2287,42 +2323,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;
|
||||
}
|
||||
|
||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user