diff --git a/static/css/style.css b/static/css/style.css index 51c50575..8f5f3c26 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1025,9 +1025,9 @@ body.modal-open { } .corner-controls { - position: absolute; /* 改为相对于actions定位 */ - top: 50%; - transform: translateY(-50%); - right: 0; + position: fixed; /* 改为固定定位 */ + top: 20px; /* 保持与桌面端一致的顶部间距 */ + right: 20px; /* 保持与桌面端一致的右侧间距 */ + transform: none; /* 移除之前的位移变换 */ } } \ No newline at end of file