diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue index 47071d6..605b1c2 100644 --- a/src/components/layout/NavBar.vue +++ b/src/components/layout/NavBar.vue @@ -18,14 +18,19 @@ @@ -191,7 +196,7 @@ watchEffect(() => { .dropdown { position: absolute; top: 100%; - left: 0; + left: -4px; background: rgba(0, 0, 0, 0.84); border-radius: 0px 0px 12px 12px; z-index: 1; @@ -211,6 +216,19 @@ watchEffect(() => { padding-right: 20px; cursor: pointer; } + .link-content{ + display: flex; + width: 90px; + align-items: center; + justify-content: space-between; + + } + .link-label{ + font-size: 15px; + font-family: Arial; + font-weight: 400; + color: #ffffff; + } .dropdown li a { font-size: 16px; font-family: Arial;