1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

File move to list view and inaccurate refresh after moving

This commit is contained in:
zxj96
2019-05-05 17:20:37 +08:00
parent 7c1cacc9ed
commit 00c35d011f
4 changed files with 72 additions and 5 deletions

View File

@@ -118,6 +118,18 @@
.table-container {
flex: 1;
padding: 0 1rem 10rem;
position: relative;
}
.table-drop-active::before {
border: 1px solid rgba(69,170,242);
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
z-index: -1;
}
.cur-view-content .article {