fix: 修复管理端前端 lint 与构建问题

- 收敛 easyflow-ui-admin 的 lint、格式和类型问题

- 修正 demo 页面与管理端前端构建失败点

- 验证 pnpm lint 与 pnpm build 均已通过
This commit is contained in:
2026-04-05 21:39:13 +08:00
parent bb72e19c84
commit 7e7c236c2a
240 changed files with 5151 additions and 4701 deletions

View File

@@ -323,8 +323,8 @@ function showLengthSettings(strategyCode?: string) {
.strategy-card__header {
display: flex;
justify-content: space-between;
gap: 16px;
justify-content: space-between;
padding-bottom: 16px;
border-bottom: 1px solid var(--el-border-color-lighter);
}
@@ -343,9 +343,9 @@ function showLengthSettings(strategyCode?: string) {
.strategy-card__badges {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: flex-start;
flex-wrap: wrap;
}
.strategy-card__content {
@@ -369,10 +369,10 @@ function showLengthSettings(strategyCode?: string) {
}
.strategy-reason-list {
margin: 0;
padding-left: 18px;
color: var(--el-text-color-regular);
margin: 0;
line-height: 1.7;
color: var(--el-text-color-regular);
}
.strategy-reason-list__item {
@@ -387,7 +387,7 @@ function showLengthSettings(strategyCode?: string) {
.strategy-form {
padding: 16px;
border-radius: 12px;
background: var(--el-fill-color-light);
border-radius: 12px;
}
</style>