feat: 2532 【AI一键查重】界面部分元素及字段功能与设计不符

pull/1/head
lizijiee 1 year ago
parent 93ac4e33ac
commit 1bfe54a4e6

@ -226,7 +226,7 @@ const moveEnd = () => {
> >
<template #trigger> <template #trigger>
<div class="wrapper-left-dropdown" @click="showClick"> <div class="wrapper-left-dropdown" @click="showClick">
<span>高级筛选</span> <span style="font-size: 20px;color: #333333;font-weight: Medium;">高级筛选</span>
<SvgIcon :style="{ marginLeft: '5px' }" name="down" size="14" /> <SvgIcon :style="{ marginLeft: '5px' }" name="down" size="14" />
</div> </div>
</template> </template>

@ -112,8 +112,8 @@ const handleDrop = async (e) => {
<style lang="less" scoped> <style lang="less" scoped>
.wrapper { .wrapper {
width: 288px; width: 288px;
height: 116px; height: 156px;
padding: 12px; padding: 32px 16px;
box-sizing: border-box; box-sizing: border-box;
margin-top: 10px; margin-top: 10px;
background: rgba(202, 210, 221, 0.10); background: rgba(202, 210, 221, 0.10);
@ -168,5 +168,13 @@ const handleDrop = async (e) => {
margin: 0px 15px; margin: 0px 15px;
} }
} }
.wrapper-tip1 {
line-height: inherit;
margin-top: 7px;
}
.wrapper-tip2 {
line-height: inherit;
margin-top: 7px;
}
} }
</style> </style>

@ -31,8 +31,12 @@ function onChange(value: string) {
<style lang="less" scoped> <style lang="less" scoped>
.wrapper { .wrapper {
padding: 10px; padding: 10px;
margin-top: 0;
} }
::v-deep(.n-collapse-item-arrow){ ::v-deep(.n-collapse-item-arrow){
color: #999999 !important;; color: #999999 !important;;
} }
::v-deep(.n-collapse-item__content-inner){
padding-top: 0!important;
}
</style> </style>

@ -22,7 +22,11 @@ function onChange(value: [number, number]) {
<n-collapse :default-expanded-names="['1']" arrow-placement="right"> <n-collapse :default-expanded-names="['1']" arrow-placement="right">
<n-collapse-item :title="label" name="1"> <n-collapse-item :title="label" name="1">
<n-space> <n-space>
<n-date-picker v-model:value="time" type="daterange" clearable @update:value="onChange" /> <n-date-picker v-model:value="time" type="daterange" clearable @update:value="onChange" >
<template #separator>
</template>
</n-date-picker>
</n-space> </n-space>
</n-collapse-item> </n-collapse-item>
</n-collapse> </n-collapse>
@ -34,6 +38,9 @@ function onChange(value: [number, number]) {
padding: 10px; padding: 10px;
} }
::v-deep(.n-collapse-item-arrow){ ::v-deep(.n-collapse-item-arrow){
color: #999999 !important;
}
::v-deep(.n-input__separator){
color: #999999 !important;; color: #999999 !important;;
} }
</style> </style>

@ -168,7 +168,7 @@ const gridHeight = computed(() => {
} else if (viewMode.value === 'horizontalVersion') { } else if (viewMode.value === 'horizontalVersion') {
height = '145px' height = '145px'
} else if (viewMode.value === 'verticalVersion') { } else if (viewMode.value === 'verticalVersion') {
height = '320px' height = '300px'
} else if (viewMode.value === '3:4') { } else if (viewMode.value === '3:4') {
height = '240px' height = '240px'
} }
@ -337,12 +337,12 @@ function previewHandler(index: number,event: MouseEvent) {
<SvgIcon class="gap" name="arrow-botton" size="14" /> <SvgIcon class="gap" name="arrow-botton" size="14" />
</div> </div>
</n-popselect> </n-popselect>
<div style="margin-left: 15px;cursor: pointer" @click="sortHandler()"> <div style="margin-left: 15px;cursor: pointer;color:#323233" @click="sortHandler()">
<span>相似度排序</span> <span>相似度排序</span>
<SvgIcon style="margin-left: 8px;" name="sort" size="12" /> <SvgIcon style="margin-left: 8px;" name="sort" size="12" />
</div> </div>
</div> </div>
<span>{{ totalCount }}</span> <span style="font-size: 16px;color:#494949"> <span style="color:#7899fd;font-weight: 500;">{{ totalCount }}</span> </span>
</div> </div>
<n-spin :show="loading"> <n-spin :show="loading">
<div ref="el" class="scroll" :style="listStyle"> <div ref="el" class="scroll" :style="listStyle">
@ -473,6 +473,8 @@ function previewHandler(index: number,event: MouseEvent) {
justify-content: space-between; justify-content: space-between;
margin-top: 4px; margin-top: 4px;
position: relative; position: relative;
color: #666666;
font-size: 16px;
.left { .left {
display: flex; display: flex;
@ -485,8 +487,8 @@ function previewHandler(index: number,event: MouseEvent) {
} }
.avatar { .avatar {
width: 15px; width: 20px;
height: 15px; height: 20px;
margin-right: 5px; margin-right: 5px;
} }
} }
@ -496,6 +498,7 @@ function previewHandler(index: number,event: MouseEvent) {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
margin-right: 24px; margin-right: 24px;
color:#323233;
.gap { .gap {
margin-left: 5px; margin-left: 5px;

Loading…
Cancel
Save