feat(profile): refine student creation workflow

This commit is contained in:
2026-07-21 16:59:06 +08:00
parent 26e4ec3271
commit 12a000845a
10 changed files with 144 additions and 87 deletions

View File

@@ -44,8 +44,9 @@
.voice-input-row {
display: flex;
align-items: center;
gap: 20rpx;
flex-direction: column;
align-items: stretch;
gap: 14rpx;
margin-top: 18rpx;
padding-top: 18rpx;
border-top: 2rpx solid #e7eef6;
@@ -56,8 +57,8 @@
align-items: center;
justify-content: center;
gap: 12rpx;
width: 220rpx;
height: 72rpx;
width: 100%;
height: 80rpx;
margin: 0;
padding: 0 20rpx;
border: 2rpx solid #b8cbe1;
@@ -93,7 +94,8 @@
.voice-state {
display: flex;
flex: 1;
width: 100%;
min-height: 40rpx;
align-items: center;
justify-content: space-between;
min-width: 0;
@@ -103,9 +105,10 @@
.voice-status {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow: visible;
line-height: 1.45;
white-space: normal;
word-break: break-all;
}
.voice-state-actionable {