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,6 +50,7 @@ import {
50 Divider, 50 Divider,
51 Dropdown, 51 Dropdown,
52 Flex, 52 Flex,
  53 + FloatButton,
53 Image, 54 Image,
54 MenuProps, 55 MenuProps,
55 Modal, 56 Modal,
@@ -4448,6 +4449,7 @@ const OrderPage = () => { @@ -4448,6 +4449,7 @@ const OrderPage = () => {
4448 )} 4449 )}
4449 4450
4450 {contextHolder} 4451 {contextHolder}
  4452 + <FloatButton.BackTop visibilityHeight={0} />
4451 </div> 4453 </div>
4452 ); 4454 );
4453 }; 4455 };