diff --git a/src/views/history/index.vue b/src/views/history/index.vue index c4f2f53..2f685fe 100644 --- a/src/views/history/index.vue +++ b/src/views/history/index.vue @@ -93,9 +93,7 @@ const lookPicture = (item: TaskItem) => { } const getTaskList = () => { - showLoadingToast('加载中...'); generatorPhotoTaskList({ pageNum: 1, pageSize: 20 }).then(res => { - closeToast(); // 关闭加载提示 if (res.code === 0) { const data = res.data || []; list.splice(0, list.length, ...data.map(item => { diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 4ff3c6c..b41a567 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -359,6 +359,10 @@ onMounted(() => { letter-spacing: 2px; font-style: italic; font-family: LogoSC Unbounded Sans, LogoSC Unbounded Sans; + /* ✅ 单行限制核心 */ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } /* 底部操作区 */