瀏覽代碼

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

zhontai 2 年之前
父節點
當前提交
646273274e
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      src/layout/component/columnsAside.vue
  2. 1 0
      src/layout/navBars/breadcrumb/search.vue

+ 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) {