1
0
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:
Alex Happy
2023-09-25 12:25:20 +08:00
committed by GitHub
parent 6ee7debdb1
commit cdf36ed154
6 changed files with 296 additions and 15 deletions

View 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;
}