diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 07a9da226..c1ba7e37e 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -88,7 +88,7 @@ @@ -547,4 +547,14 @@ onMounted(() => { display: inline; width: 20%; } + +.file-name { + color: $primary-color; + font-weight: bold; + cursor: pointer; +} + +.file-name:hover { + opacity: 0.6; +} diff --git a/frontend/src/views/website/website/index.vue b/frontend/src/views/website/website/index.vue index 033d30495..ad4afeceb 100644 --- a/frontend/src/views/website/website/index.vue +++ b/frontend/src/views/website/website/index.vue @@ -75,9 +75,7 @@ > @@ -407,15 +405,20 @@ onMounted(() => { listGroup(); }); -