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