Jelajahi Sumber

修复移动端搜索框无法自适应的问题
优化分栏图标大小

zhontai 2 tahun lalu
induk
melakukan
646273274e

+ 1 - 1
src/layout/component/columnsAside.vue

@@ -287,7 +287,7 @@ watch(
   justify-content: center;
   box-shadow: rgb(0 21 41 / 2%) 0px 1px 4px;
   &-medium-img {
-    width: 20px;
+    width: 30px;
   }
 }
 </style>

+ 1 - 0
src/layout/navBars/breadcrumb/search.vue

@@ -111,6 +111,7 @@ defineExpose({
       left: 50%;
       transform: translateX(-50%);
       top: -53vh;
+      width: 100%;
     }
   }
   :deep(.el-autocomplete) {