diff --git a/src/views/final/content/ListContent.vue b/src/views/final/content/ListContent.vue index 4e4474d..06b6e6c 100644 --- a/src/views/final/content/ListContent.vue +++ b/src/views/final/content/ListContent.vue @@ -1,5 +1,5 @@ @@ -395,7 +490,32 @@ function checkBottom() { - + + + + 提报时间排序 + + + 相似度排序 + + + 提报人排序 + + + + + + + + - + - + 任务ID:{{ item.fromtaskid }} @@ -501,7 +630,7 @@ function checkBottom() { - + div { + display: flex; + justify-content: space-between; + width: 20vw; + > div { + cursor: pointer; + font-size: 0.8rem; + font-family: PingFang SC, PingFang SC-Regular; + font-weight: bolder; + text-align: left; + color: #666666; + line-height: 0.8rem; + } + } + } .header_data { width: 100%; } @@ -637,6 +794,7 @@ function checkBottom() { // margin-right: 20px; margin: 0 1% 0 1%; margin-bottom: 1rem; + cursor: pointer; .top { display: flex; flex-flow: row nowrap; @@ -726,7 +884,7 @@ function checkBottom() { } .cotnet_wrapeer { width: 100%; - height: 70vh; + height: 67vh; //padding-right: 10px; /* 右侧内边距 */ overflow: hidden; /* 默认隐藏滚动条 */ }