Merge pull request 'fix:历史搜索样式调整' (#285) from fix/change_task into test

Reviewed-on: #285
pull/286/head
赵辉 1 year ago
commit 395f98b97f

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

@ -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;

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

Loading…
Cancel
Save