浏览代码

fix: 修改UI细节

YuJing 1 月之前
父节点
当前提交
8c0b0c4be8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      features/feature/src/main/ets/pages/BookListPage.ets

+ 1 - 0
features/feature/src/main/ets/pages/BookListPage.ets

@@ -94,6 +94,7 @@ struct BookListPage {
       DeerSearch({enable: false})
     }
     .margin({left: 50})
+    .padding({right: 16})
   }
 }