From c38f056527a47ccc59b1bf1df3c636415dac7438 Mon Sep 17 00:00:00 2001 From: Stringadmin Date: Tue, 16 Jun 2026 14:51:12 +0800 Subject: [PATCH 1/3] style: make topbar fixed transparent floating header --- src/App.tsx | 24 ++++++++++- src/styles/ecommerce-standalone.css | 64 ++++++++++++++++++----------- 2 files changed, 61 insertions(+), 27 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 70ebc81..0707138 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -350,8 +350,27 @@ function App() { return (
-
- -
- {session ? ( -
- - {(Math.max(usage.balanceCents, 0) / 100).toFixed(2)} 积分 - - - {profileMenuOpen ? ( - <> - - - -
- - - ) : null} -
- ) : ( - - )} -
- +
+
{session ? ( -