wzq месяцев назад: 4
Родитель
Сommit
c674482c7c
2 измененных файлов с 4 добавлено и 0 удалено
  1. 1 0
      src/components/pages/pages.vue
  2. 3 0
      src/views/News/index.vue

+ 1 - 0
src/components/pages/pages.vue

@@ -41,5 +41,6 @@ const handleCurrentChange = (val: number) => {
41 41
 .el-pagination {
42 42
   margin-top: 20px;
43 43
   /* margin-left: 20px; */
44
+  margin-bottom: 30px;
44 45
 }
45 46
 </style>

+ 3 - 0
src/views/News/index.vue

@@ -313,6 +313,9 @@ const HOMElistpage = async () => {
313 313
 </script>
314 314
 
315 315
 <style lang="less" scoped>
316
+.bottom{
317
+  margin-bottom: 30px;
318
+}
316 319
 .el-carousel__item h3 {
317 320
   color: #475669;
318 321
   font-size: 14px;