fetch(modify):修改bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m45s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m45s
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user