弹窗动画

This commit is contained in:
lutinglt
2025-07-11 21:53:10 +08:00
parent f635b30c9c
commit 9804a4e5c6
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
import { animationDown } from "src/core/theme";
import { css, themeVars } from "src/types/vars";
export const modal = css`
.ui.modal {
animation: ${animationDown};
border: 1.5px solid ${themeVars.color.light.border};
> .header {

View File

@@ -37,7 +37,6 @@
textarea,
.ui.form input,
.menu .item,
.ui.modal,
.job-step-summary,
.job-step-logs,
.job-brief-item {