AI助手引导步骤返回上一步和正式使用AI助手时的再次设置功能,和投递过程的其他地方按钮点击保护

This commit is contained in:
2026-05-28 11:09:38 +08:00
parent a9638fc7ec
commit f52a7c56f7
21 changed files with 2296 additions and 47 deletions
+34 -1
View File
@@ -246,11 +246,40 @@
// ==================== 第2步:确认目标 ====================
// 返回上一步按钮 — 位于每步容器左上角
&__back-btn {
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
gap: 0.04rem;
padding: 0.06rem 0.12rem;
background: transparent;
border: none;
color: $text-middle;
font-size: 0.13rem;
cursor: pointer;
border-radius: 0.04rem;
transition: color 0.2s ease, background 0.2s ease;
&:hover {
color: $text-dark;
background: $bg-middle;
}
svg {
flex-shrink: 0;
}
}
// 第2步整体容器
&__step2 {
width: 100%;
max-width: 7rem;
margin: 0 auto;
position: relative;
padding-top: 0.36rem;
}
// 对话区域
@@ -578,6 +607,8 @@
gap: 0.24rem;
align-items: flex-start;
width: 100%;
position: relative;
padding-top: 0.36rem;
}
// 右侧表单包裹
@@ -1085,7 +1116,7 @@
// 工具按钮
&__tool-btn {
width: 0.28rem;
width: 0.38rem;
height: 0.28rem;
border: none;
background: transparent;
@@ -1097,6 +1128,8 @@
color: $text-middle;
border-radius: 0.06rem;
transition: all 0.2s ease;
font-weight: 600;
svg {
width: 0.18rem;