diff --git a/src/assets/images/searchback.png b/src/assets/images/searchback.png new file mode 100644 index 0000000..c924d37 Binary files /dev/null and b/src/assets/images/searchback.png differ diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index 218c1d8..3ae3b8e 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -181,8 +181,9 @@ onMounted(() => { // width: 60%; width: 808px; position: absolute; - top: 20%; - left: 30%; + top: 118px; + left:0; + right: 0; box-shadow: none !important; .ip_box { @@ -209,14 +210,19 @@ onMounted(() => { } .list_box { - background: #fefefe; - border: 1px dashed #f4f4f4; - border-radius: 8px; - box-shadow: 0px 12px 12px 0px rgba(80, 122, 253, 0.15); + + //border: 1px dashed #f4f4f4; + border: 1px dashed #f4f4f4; + border-radius: 8px; + box-shadow: 0px 12px 12px 0px rgba(80,122,253,0.15); margin-top: 15px; padding: 8px 16px; width: 802px; height: 400px; + overflow: auto; + background-image: url("@/assets/images/searchback.png"); + background-size: 104% 110%; + background-position: -12px -2px; .list_classfiy_item { margin-bottom: -2px; .list_title { @@ -246,7 +252,7 @@ onMounted(() => { .history-list { align-items: center; // 上面有margin-bottom:12;12+26=38 - padding: 26px 12px 12px 0; + //padding: 26px 12px 12px 0; } .name { @@ -262,7 +268,7 @@ onMounted(() => { flex: 1; overflow-y: hidden; overflow-x: auto; - margin: 9px 0 9px 29px; + margin: 9px 0 9px 0px; .tag { font-weight: 500; diff --git a/src/views/home/content/modal/CheckingTaskModal.vue b/src/views/home/content/modal/CheckingTaskModal.vue index 8e946d8..4dcdb72 100644 --- a/src/views/home/content/modal/CheckingTaskModal.vue +++ b/src/views/home/content/modal/CheckingTaskModal.vue @@ -61,7 +61,7 @@ defineExpose({ right: 16px; bottom: 16px; float: left; - z-index: 999; + z-index: 1002; width: 360px; height: 157px; "