@@ -21,6 +21,7 @@
<div style="display: flex; justify-content: center">
<el-pagination
hide-on-single-page
+ :page-size="1"
layout="prev, pager, next"
:total="total"
prev-text="上一页"
@@ -96,13 +97,14 @@ watch(
margin: 20px 0;
display: flex;
align-items: center;
+ flex-direction: column;
gap: 80px;
cursor: pointer;
.el-image {
flex-shrink: 0;
- width: 547px;
- height: 295px;
+ width: 800px;
+ height: 500px;
}
&-inner {
p:first-child {