Commit e25bb664 authored by “yiyousong”'s avatar “yiyousong”

fix:修改快速搜索翻页按钮

parent 2cb405a0
......@@ -232,20 +232,20 @@ export default {
}
}
}
/deep/.btn-prev {
}
:deep(.btn-prev) {
margin-right: 80px;
}
/deep/.btn-prev,
/deep/ .btn-next {
}
:deep(.btn-prev),
:deep(.btn-next) {
width: 78px;
height: 25px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #888888;
color: var(--main-theme-color1);
line-height: 28px;
span {
font-size: 28px;
}
}
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment