``` refactor(db): 移除SQL语句中的public schema前缀
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user