diff --git a/.env.development b/.env.development index 8d2d04b..9fe4572 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ -VITE_API_BASEURL = "http://220.132.206.5:8008" +VITE_API_BASEURL = "http://192.168.0.206:8060" VITE_FILE_API_BASEURL = "" VITE_FORGE_BASEURL = "http://localhost:5173" \ No newline at end of file diff --git a/.env.production b/.env.production index 83fdb1e..7b0e2d0 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -VITE_API_BASEURL = "http://220.132.206.5:8008" +VITE_API_BASEURL = "http://220.132.206.5:8060" VITE_FILE_API_BASEURL = "http://220.132.206.5:8085/file" VITE_FORGE_BASEURL = "http://202.39.218.221:8080/file/netzero" \ No newline at end of file diff --git a/src/components/navbar/Navbar.vue b/src/components/navbar/Navbar.vue index f83ed9f..6dd6300 100644 --- a/src/components/navbar/Navbar.vue +++ b/src/components/navbar/Navbar.vue @@ -102,25 +102,28 @@ const src = import.meta.env.MODE === "production" ? "./logo.svg" : Logo; z-index: 0; } -.menu-box::after { - content: ""; - position: absolute; - top: -12px; - bottom: 0; - left: 25px; - right: 25px; - margin: auto; - display: block; - width: calc(100% - 50px); - height: 2px; - background-color: #7cedc1; - z-index: -10; -} .menu-box .btn-group { - background: #111; - padding: 0 10px; - margin: 0 15px; + background: transparent; + width: 95px; +} + +.menu-box li { + position: relative; +} + +.menu-box li:not(:last-child)::after { + content: ""; + position: absolute; + top: 20px; + bottom: 0; + left: 84px; + right: 0px; + display: block; + width: 25px; + height: 2px; + background-color: #7cedc1; + z-index: 0; } .menu-icon { diff --git a/src/components/navbar/NavbarItem.vue b/src/components/navbar/NavbarItem.vue index 7bf2731..8fe1069 100644 --- a/src/components/navbar/NavbarItem.vue +++ b/src/components/navbar/NavbarItem.vue @@ -70,14 +70,27 @@ onMounted(() => {