Commit 4236332333e04cdeae295fc9be97449939b92d39

Authored by zhongnanhuang
1 parent 06e2d555

feat: update 页面header调整,将用户和消息信息放到header中

Showing 1 changed file with 2 additions and 0 deletions
src/pages/Order/index.tsx
... ... @@ -50,6 +50,7 @@ import {
50 50 Divider,
51 51 Dropdown,
52 52 Flex,
  53 + FloatButton,
53 54 Image,
54 55 MenuProps,
55 56 Modal,
... ... @@ -4448,6 +4449,7 @@ const OrderPage = () => {
4448 4449 )}
4449 4450  
4450 4451 {contextHolder}
  4452 + <FloatButton.BackTop visibilityHeight={0} />
4451 4453 </div>
4452 4454 );
4453 4455 };
... ...