@ -783,7 +783,10 @@ function goClue() {
background: #e1e5ff;
cursor: pointer;
}
white-space: nowrap;
text-overflow: ellipsis;
overflow: auto;
.model-card {
background: #f6f7ff;
@ -229,8 +229,11 @@ watch(
);
watch(
() => query.value.modelIds,
() => {
getList();
(newVal, oldVal) => {
if (newVal !== oldVal) {
query.value.current = 1;