fetch(modify):修改bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m45s

This commit is contained in:
sexygoat
2026-02-05 17:22:41 +08:00
parent d97dc5f007
commit b94c043a56
24 changed files with 2734 additions and 446 deletions

View File

@@ -193,3 +193,16 @@ body {
align-items: center;
gap: 20px;
}
// 表单分段标题样式 - 用于对话框中的表单分段
.form-section-title {
margin: 24px 0 16px 0;
padding-left: 12px;
border-left: 3px solid var(--el-color-primary);
.title-text {
font-size: 14px;
font-weight: 600;
color: var(--el-text-color-primary);
}
}