diff --git a/src/views/worksheet/aside/ListItem.vue b/src/views/worksheet/aside/ListItem.vue index bf855f4..00db5f3 100644 --- a/src/views/worksheet/aside/ListItem.vue +++ b/src/views/worksheet/aside/ListItem.vue @@ -45,7 +45,9 @@ onMounted(async () => {
- {{ listItem.name }} + + {{ listItem.name }}{{ listItem.name }}{{ listItem.name }}{{ listItem.name }}{{ listItem.name }} + ({{ listItem.pictureCount }})
@@ -111,8 +113,10 @@ onMounted(async () => { color: #333333; margin-bottom: 0 0 8px 8px; display: flex; - justify-content: space-between; - .list-item-title{ + justify-content: flex-start; + align-items: center; + + .list-item-title { width: 200px; display: inline-block; white-space: nowrap; diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 4d2d7f0..b26ca8a 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -480,7 +480,7 @@ function reloadList() {
- 任务ID:{{ taskDetailInfo.taskname }} + 任务ID:{{ taskDetailInfo.taskname }}
{{ TASK_STATUS_OBJ[taskDetailInfo.states] }}