fix: 数据库、计划任务下拉框样式调整 (#2255)

This commit is contained in:
ssongliu
2023-09-11 10:28:19 +00:00
committed by GitHub
parent 9aaf3bf435
commit a364dbffbf
14 changed files with 97 additions and 13 deletions
+1
View File
@@ -134,6 +134,7 @@ export namespace Database {
export interface MysqlOption {
id: number;
from: string;
type: string;
database: string;
name: string;
}