Skip to content

Commit

Permalink
refactor: optimize ui
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 1, 2024
1 parent 697297f commit c0bb53c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "template.inte",
"name": "lucid",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="max-w-7xl mx-auto mt-5 divide-y divide-gray-200 px-4 sm:px-6 md:px-8 text-sky-700">
<a
class="mr-3"
href="https://github.com/web-tech-tw/template.inte"
href="https://github.com/web-tech-tw/lucid"
>網站原始碼</a>
<a
class="mr-3"
Expand Down
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div
v-show="isShowProgressCircle"
class="fixed inline-flex items-center justify-center overflow-hidden rounded-full top-0 right-12 md:right-1/2 2xl:right-2 bg-white hover:cursor-pointer"
class="fixed inline-flex items-center justify-center overflow-hidden rounded-full top-0 right-0 md:right-1/2 2xl:right-2 bg-white hover:cursor-pointer"
@click="documentHandleClickButtonInitPower"
>
<svg class="w-20 h-20">
Expand Down

0 comments on commit c0bb53c

Please sign in to comment.