fix: deploy from model files source incorrect

This commit is contained in:
jialin
2025-03-25 16:39:03 +08:00
parent b25644c590
commit f882fe2c32
11 changed files with 113 additions and 182 deletions
+7
View File
@@ -923,3 +923,10 @@ body {
.ant-notification .ant-notification-notice-close {
width: fit-content !important;
}
.desc-block {
border-radius: var(--border-radius-2px);
background-color: rgb(89 89 89);
font-weight: var(--font-weight-bold);
padding: 2px;
}