mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
Support mark folder sub items (#5638)
* add folder-items-ex-props api * pass user-name for set folder-items ex-props * frontend feat folder-items ex-props * opt request seaf-io * opt some variables * opt some tips * opt loading style for apply ex-props * feat: update code * fix confirm bug --------- Co-authored-by: er-pai-r <18335219360@163.com>
This commit is contained in:
14
frontend/src/css/apply-folder-properties.css
Normal file
14
frontend/src/css/apply-folder-properties.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.apply-properties-dialog .apply-properties {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
height: 38px;
|
||||
}
|
||||
|
||||
.apply-properties-dialog .apply-properties .loading-tip {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 0;
|
||||
}
|
Reference in New Issue
Block a user