mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-25 10:11:24 +00:00
* 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>
15 lines
282 B
CSS
15 lines
282 B
CSS
.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;
|
|
}
|