소스 검색

fix: LayoutThumbnail small border

nian 1 개월 전
부모
커밋
fa9a50ea27
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/layout/header/action/component/LayoutThumbnail.vue

+ 4 - 2
src/layout/header/action/component/LayoutThumbnail.vue

@@ -22,9 +22,11 @@ const preferencesStore = usePreferencesStore()
       "
       @click="preferencesStore.modify({ navigationMode: 'sidebar' })"
     >
-      <div class="flex h-2.5 border-b border-neutral-350 dark:border-neutral-650">
+      <div class="flex h-2.5">
         <div class="h-full w-5 shrink-0 border-r border-neutral-350 dark:border-neutral-650"></div>
-        <div class="flex w-full items-center justify-between p-0.5">
+        <div
+          class="flex w-full items-center justify-between border-b border-neutral-350 p-0.5 dark:border-neutral-650"
+        >
           <div class="flex items-center gap-x-[1px]">
             <div
               v-for="i in 2"