``` refactor(db): 移除SQL语句中的public schema前缀

This commit is contained in:
2025-12-30 00:02:59 +08:00
parent a080b4294c
commit a1e07a204b
234 changed files with 3200 additions and 2831 deletions

View File

@@ -535,14 +535,14 @@ function getDisplay(triageLevel) {
margin-top: 20px;
}
::v-deep .el-dialog_header {
:deep(.el-dialog_header) {
font-size: 20px;
/* 设置字体大小 */
color: #ff4500;
/* 设置字体颜色 */
}
::v-deep .el-card__body {
:deep(.el-card__body) {
padding: 0px !important;
}