@@ -754,6 +754,7 @@ onUnmounted(() => {
line-height: 1.4;
}
.edit-title{
+ display: none;
position: absolute;
right: 0;
@@ -769,6 +770,11 @@ onUnmounted(() => {
+.file-title:hover{
+ .edit-title{
+ display: inline-block;
+ }
+}
.file-time {
font-size: 12px;