mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
add file ledger apis (#5507)
* add file ledger apis * remove apis about export ledgers * opt code struct * feat: update api * feat: update code * rename init-ledger script -> init-extended-props * remove useless code * POST/PUT extended-props return row * return default some fields when extended-row not exists * feat: update seafile-js version --------- Co-authored-by: er-pai-r <18335219360@163.com>
This commit is contained in:
@@ -174,3 +174,24 @@
|
||||
.detail-container .nav-item .nav-link, .detail-container .nav-item .nav-link i {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.detail-container .edit-file-extra-attributes-btn {
|
||||
min-width: 80px;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
padding: 0 10px;
|
||||
background-color: #f0f0f0;
|
||||
border-radius: 3px;
|
||||
color: #929292;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.detail-container .edit-file-extra-attributes-btn:hover {
|
||||
cursor: pointer;
|
||||
background-color: #dbdbdb;
|
||||
color: #666;
|
||||
}
|
||||
|
Reference in New Issue
Block a user