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

@@ -252,8 +252,8 @@ onBeforeUnmount(() => {
.faq-form :deep(.el-input__wrapper),
.faq-form :deep(.el-select__wrapper) {
border-radius: 10px;
min-height: 42px;
border-radius: 10px;
transition: box-shadow 0.2s ease;
}
@@ -264,17 +264,17 @@ onBeforeUnmount(() => {
.field-tip {
margin-top: 6px;
color: var(--el-text-color-secondary);
font-size: 12px;
line-height: 18px;
color: var(--el-text-color-secondary);
}
.editor-wrapper {
width: 100%;
overflow: hidden;
background: var(--el-fill-color-blank);
border: 1px solid var(--el-border-color-lighter);
border-radius: 12px;
background: var(--el-fill-color-blank);
overflow: hidden;
box-shadow: 0 8px 24px rgb(15 23 42 / 4%);
transition:
border-color 0.2s ease,
@@ -287,16 +287,16 @@ onBeforeUnmount(() => {
}
:deep(.w-e-toolbar) {
border-bottom: 1px solid var(--el-border-color-light);
background: var(--el-fill-color-blank);
padding: 8px 10px;
background: var(--el-fill-color-blank);
border-bottom: 1px solid var(--el-border-color-light);
}
:deep(.w-e-text-container) {
height: 340px;
min-height: 340px;
background: var(--el-fill-color-blank);
cursor: text;
background: var(--el-fill-color-blank);
}
:deep(.w-e-text-container .w-e-scroll) {
@@ -315,8 +315,8 @@ onBeforeUnmount(() => {
.dialog-footer {
display: flex;
justify-content: flex-end;
gap: 12px;
justify-content: flex-end;
}
.footer-btn {
@@ -324,13 +324,13 @@ onBeforeUnmount(() => {
}
:deep(.faq-edit-dialog .el-dialog) {
border-radius: 14px;
overflow: hidden;
border-radius: 14px;
}
:deep(.faq-edit-dialog .el-dialog__header) {
margin-right: 0;
padding: 18px 22px;
margin-right: 0;
border-bottom: 1px solid var(--el-border-color-lighter);
}