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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user