diff --git a/atune/web/src/components/atuneList.vue b/atune/web/src/components/atuneList.vue index b8dcee026e8e5960935c2583ef0e432572971163..2d84f930395b72866dad8cdeb9c85d70baceb22c 100644 --- a/atune/web/src/components/atuneList.vue +++ b/atune/web/src/components/atuneList.vue @@ -1,22 +1,32 @@ @@ -113,21 +123,44 @@ watch(() => [props.refreshData, props.searchTune], ([refreshData, searchTune]): diff --git a/atune/web/src/views/Home.vue b/atune/web/src/views/Home.vue index bf3afeefdaf2c0fc7daaaeb398453d7c83df536f..dd84244991654d5f84a9082085202534326f137d 100644 --- a/atune/web/src/views/Home.vue +++ b/atune/web/src/views/Home.vue @@ -158,7 +158,7 @@ onMounted(async () => { .table-container { height: 95%; - width: 76%; + width: 99%; border: 2px solid #ddd; display: flex; flex-direction: column;