feat: add project action modals and APIs

This commit is contained in:
2026-07-20 21:45:36 +08:00
parent df12201caa
commit c1a144cb44
16 changed files with 877 additions and 23 deletions

View File

@@ -815,6 +815,41 @@
padding: 12px;
}
.action-modal .arco-modal-content {
border-radius: 8px;
}
.action-form {
width: 100%;
}
.action-form label {
display: grid;
gap: 6px;
}
.action-switch {
grid-template-columns: 1fr auto;
align-items: center;
}
.native-file-input {
width: 100%;
box-sizing: border-box;
border: 1px solid var(--senlin-border);
border-radius: 6px;
background: var(--senlin-panel);
color: var(--senlin-text);
padding: 8px;
}
.theme-dark .arco-modal,
.theme-dark .arco-modal-header,
.theme-dark .arco-modal-content {
background: var(--senlin-panel);
color: var(--senlin-text);
}
.inspector {
min-height: 0;
overflow-x: hidden;