Explorar el Código

首页轮播模块像素高度修改

Wang Zi Wen hace 1 año
padre
commit
4e5681c18f

+ 1 - 1
ruoyi-ui/src/views/dashboard/BrithChart.vue

@@ -26,7 +26,7 @@
       },
       height: {
         type: String,
-        default: '210px'
+        default: '300px'
       }
     },
     data() {

+ 1 - 1
ruoyi-ui/src/views/dashboard/DemeanorChart.vue

@@ -25,7 +25,7 @@
       },
       height: {
         type: String,
-        default: '210px'
+        default: '300px'
       }
     },
     data() {

+ 1 - 1
ruoyi-ui/src/views/dashboard/ManageChart.vue

@@ -25,7 +25,7 @@
       },
       height: {
         type: String,
-        default: '210px'
+        default: '300px'
       }
     },
     data() {

+ 1 - 1
ruoyi-ui/src/views/dashboard/NoticeChart.vue

@@ -25,7 +25,7 @@
       },
       height: {
         type: String,
-        default: '210px'
+        default: '300px'
       }
     },
     data() {

+ 1 - 1
ruoyi-ui/src/views/dashboard/TemplateChart.vue

@@ -24,7 +24,7 @@
       },
       height: {
         type: String,
-        default: '210px'
+        default: '300px'
       }
     },
     data() {

+ 1 - 1
ruoyi-ui/src/views/index.vue

@@ -2,7 +2,7 @@
   <div class="app-container home">
     <el-row :gutter="20">
       <el-col :xs="24" :sm="24" :md="12" :lg="8">
-        <el-carousel direction="horizontal" height="250px" style="margin-bottom: 20px;">
+        <el-carousel direction="horizontal" height="350px" style="margin-bottom: 20px;">
           <!-- 为了让走马灯在轮播图片的同时能够在
           上面附带文字,将走马灯组件单独放在一个 div 里
        		并且为这个 div 单独设计 css 样式 pic_item -->