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

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

parent 2cb405a0
...@@ -232,20 +232,20 @@ export default { ...@@ -232,20 +232,20 @@ export default {
} }
} }
} }
/deep/.btn-prev { }
margin-right: 80px; :deep(.btn-prev) {
} margin-right: 80px;
/deep/.btn-prev, }
/deep/ .btn-next { :deep(.btn-prev),
width: 78px; :deep(.btn-next) {
height: 25px; width: 78px;
font-family: Source Han Sans CN; height: 25px;
font-weight: 400; font-family: Source Han Sans CN;
color: #888888; font-weight: 400;
line-height: 28px; color: var(--main-theme-color1);
span { line-height: 28px;
font-size: 28px; span {
} font-size: 28px;
} }
} }
</style> </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