统一首页右侧快捷按钮宽度

This commit is contained in:
lyf
2026-07-04 20:24:02 +08:00
parent 5a61357f63
commit d47d4a2fdf

View File

@@ -1486,9 +1486,12 @@ const handleExplainBack = () => {
} }
.guide-quick-actions { .guide-quick-actions {
--guide-floating-control-width: 48px;
position: absolute; position: absolute;
top: 118px; top: 118px;
right: 16px; right: 18px;
width: var(--guide-floating-control-width);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
@@ -1497,9 +1500,10 @@ const handleExplainBack = () => {
} }
.guide-quick-action { .guide-quick-action {
width: 76px; width: 100%;
min-height: 46px; height: 56px;
padding: 6px 7px; min-height: 0;
padding: 6px 4px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@@ -1524,6 +1528,7 @@ const handleExplainBack = () => {
.guide-quick-icon { .guide-quick-icon {
width: 22px; width: 22px;
height: 22px; height: 22px;
flex: 0 0 22px;
position: relative; position: relative;
color: #151713; color: #151713;
} }
@@ -1575,11 +1580,13 @@ const handleExplainBack = () => {
} }
.guide-quick-action-text { .guide-quick-action-text {
width: 100%;
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
font-weight: 600; font-weight: 600;
color: #151713; color: #151713;
text-align: center; text-align: center;
white-space: nowrap;
} }
.guide-quick-action-text.primary { .guide-quick-action-text.primary {