diff --git a/src/App.vue b/src/App.vue index 7abf926..a68093d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,17 +90,20 @@ const getThemeOverrides = computed(() => { // transform: rotate(-90deg) !important; // } .n-scrollbar-content { - padding: 0 7.97px 0 4px; + padding: 0 7.97px 16 16px; } .n-form-item .n-form-item-label { font-size: 14px !important; color: #333333 !important; } -.n-slider-dots > .n-slider-dot:nth-child(2) { +.n-slider-dots > .n-slider-dot { display: none !important; } .n-collapse-item-arrow i svg { width: 14px !important; height: 14px !important; } +.v-binder-follower-content { + left: -60px; +} diff --git a/src/api/task/task.ts b/src/api/task/task.ts index 5087c50..395607b 100644 --- a/src/api/task/task.ts +++ b/src/api/task/task.ts @@ -28,7 +28,7 @@ export async function getApprovalList(page: any) { /** * 审核 - * @param param + * @param params */ export async function audit(params) { return http.request({ @@ -82,8 +82,6 @@ export async function removeFiles(params) { /** * 获取某个任务详情(相似图片列表) - * @param packageid 任务包id - * @param taskchildpictureid 任务详情的id * @param params * @returns */ diff --git a/src/components/DataHeader/index.vue b/src/components/DataHeader/index.vue index 5c58b41..da586cc 100644 --- a/src/components/DataHeader/index.vue +++ b/src/components/DataHeader/index.vue @@ -1,29 +1,68 @@ @@ -934,6 +944,7 @@ defineExpose({ overflow: hidden; position: relative; transition: 0.5s; + margin: 0 6px 10px 6px; .tag-status { width: 46px; @@ -968,7 +979,9 @@ defineExpose({ border-radius: 7px; .img-name { - width: 70%; + // width: 70%; + width: 15px; + height: 15px; color: #fff; /* 设置文本溢出时的样式为省略号 */ text-overflow: ellipsis; @@ -1082,4 +1095,10 @@ defineExpose({ text-align: center; } } +.close_box { + position: absolute; + right: 10%; + top: 20%; + z-index: 10000000000000000000; +} diff --git a/src/views/home/content/modal/PackageSettingsModal.vue b/src/views/home/content/modal/PackageSettingsModal.vue index 0127675..e592eb5 100644 --- a/src/views/home/content/modal/PackageSettingsModal.vue +++ b/src/views/home/content/modal/PackageSettingsModal.vue @@ -1,7 +1,7 @@