fix:历史搜索样式调整

pull/285/head
lihui_ocr 1 year ago
parent 9750f1b554
commit 9ef0a16b15

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

@ -181,8 +181,9 @@ onMounted(() => {
// width: 60%; // width: 60%;
width: 808px; width: 808px;
position: absolute; position: absolute;
top: 20%; top: 118px;
left: 30%; left:0;
right: 0;
box-shadow: none !important; box-shadow: none !important;
.ip_box { .ip_box {
@ -209,14 +210,19 @@ onMounted(() => {
} }
.list_box { .list_box {
background: #fefefe;
border: 1px dashed #f4f4f4; //border: 1px dashed #f4f4f4;
border-radius: 8px; border: 1px dashed #f4f4f4;
box-shadow: 0px 12px 12px 0px rgba(80, 122, 253, 0.15); border-radius: 8px;
box-shadow: 0px 12px 12px 0px rgba(80,122,253,0.15);
margin-top: 15px; margin-top: 15px;
padding: 8px 16px; padding: 8px 16px;
width: 802px; width: 802px;
height: 400px; height: 400px;
overflow: auto;
background-image: url("@/assets/images/searchback.png");
background-size: 104% 110%;
background-position: -12px -2px;
.list_classfiy_item { .list_classfiy_item {
margin-bottom: -2px; margin-bottom: -2px;
.list_title { .list_title {
@ -246,7 +252,7 @@ onMounted(() => {
.history-list { .history-list {
align-items: center; align-items: center;
// margin-bottom:12;12+26=38 // margin-bottom:12;12+26=38
padding: 26px 12px 12px 0; //padding: 26px 12px 12px 0;
} }
.name { .name {
@ -262,7 +268,7 @@ onMounted(() => {
flex: 1; flex: 1;
overflow-y: hidden; overflow-y: hidden;
overflow-x: auto; overflow-x: auto;
margin: 9px 0 9px 29px; margin: 9px 0 9px 0px;
.tag { .tag {
font-weight: 500; font-weight: 500;

@ -61,7 +61,7 @@ defineExpose({
right: 16px; right: 16px;
bottom: 16px; bottom: 16px;
float: left; float: left;
z-index: 999; z-index: 1002;
width: 360px; width: 360px;
height: 157px; height: 157px;
" "

Loading…
Cancel
Save