feat: add project action modals and APIs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user