Files
ckb-SuperAdmin/nkebao/src/pages/scenarios/plan/new/page.module.scss
笔记本里的永平 0658292354 feat: 本次提交更新内容如下
样式调整
2025-07-21 18:18:45 +08:00

39 lines
515 B
SCSS

.new-plan-page {
}
.nav-title {
font-size: 18px;
font-weight: 600;
color: #333;
}
.back-btn {
height: 32px;
width: 32px;
padding: 0;
border-radius: 50%;
}
.loading {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 60vh;
gap: 16px;
}
.loading-text {
color: #666;
font-size: 14px;
}
.steps-container {
background: #ffffff;
margin-bottom: 12px;
}
.step-content {
flex: 1;
padding: 0 16px;
}