批量模型数量判断并设置提示

This commit is contained in:
2025-08-25 11:58:11 +08:00
parent 57a9ccacbd
commit a1e33d907d
3 changed files with 43 additions and 4 deletions

View File

@ -3799,6 +3799,10 @@
background-color: #f0f9eb;
color: rgb(82, 196, 26);
}
#YJ-custom-message.warning {
background-color: #fdf6ec;
color: #e6a23c;
}
/* 滑入动画 */
@keyframes YJ-custom-message-slideDown {
@ -3815,4 +3819,4 @@
top: -200px
/* 移回顶部外 */
}
}
}