Browse Source

fix 修复菜单搜索下方出现白色区域

LiuHao 1 year ago
parent
commit
b0541be0b8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layout/components/TopBar/search.vue

+ 1 - 0
src/layout/components/TopBar/search.vue

@@ -134,6 +134,7 @@ defineExpose({
 .layout-search-dialog {
   position: relative;
   :deep(.el-dialog) {
+    padding: 0;
     .el-dialog__header,
     .el-dialog__body {
       display: none;