@@ -143,7 +143,7 @@ export default defineComponent({
left: px2vw(8)
},
boxStyle: {
- borderRadius: '1.6rem'
+ borderRadius: '30px'
eleRectPadding: {
left: 7,
@@ -1193,12 +1193,12 @@ export default defineComponent({
// 右侧菜单栏
const rightList = reactive([
{
- name: '上一张',
+ name: '上一个',
icon: bottomIconPre,
id: 11
- name: '下一张',
+ name: '下一个',
icon: bottomIconNext,
id: 12
@@ -79,7 +79,7 @@
width: 33.33%;
height: 112px;
padding: 0 6px;
- margin-bottom: 10px;
+ margin-bottom: 14px;
:global{
.card-section-container{
width: 100% !important;