``` 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

@@ -315,7 +315,7 @@ function deletePrescription(index) {
background-color: white;
}
::v-deep .business-temperature .el-icon-arrow-down {
:deep(.business-temperature .el-icon-arrow-down) {
font-size: 12px;
}
.business1 {
@@ -337,7 +337,7 @@ function deletePrescription(index) {
display: grid;
grid-template-columns: 59px 1px 780px;
}
::v-deep .business-temperature-sheet .el-icon-arrow-down {
:deep(.business-temperature-sheet .el-icon-arrow-down) {
font-size: 12px;
}
</style>