likang пре 3 година
родитељ
комит
156ff507f0

+ 1 - 1
src/views/dashboard/rladmin/components/MaintenanceAlarmChart.vue

@@ -269,7 +269,7 @@ export default {
 
 <style lang="scss">
     .line {
-        height: 100%;
+        height: 500px;
         width: 100%;
     }
      .search-box-area {

+ 4 - 12
src/views/dashboard/rladmin/index.vue

@@ -104,14 +104,7 @@
       </el-row>
        <!-- 维保记录 -->
       <el-row :gutter="16">
-       <normal-card 
-        trigger="hover"
-        shadow="always"
-        title="维保记录"
-        showMenu
-        :bodyStyle="{height: '500px'}"
-    >
-    <template v-slot:content>
+      
          <!--压力分析-->
         <el-col class="gutter-row item" :span="12">
           <!-- <device-alarm-chart :statsData="statsData" /> -->
@@ -122,7 +115,7 @@
             shadow="always"
             trigger="hover"
             :menuItems="alarmGrowthMenuItems"
-            :bodyStyle="{height: '400px'}"
+            :bodyStyle="{height: '500px'}"
           >
               <template v-slot:content>
                   <maintenance-alarm-chart width="100%" :options="pressure" />
@@ -139,15 +132,14 @@
             shadow="always"
             trigger="hover"
             :menuItems="alarmGrowthMenuItems"
-            :bodyStyle="{height: '400px'}"
+            :bodyStyle="{height: '500px'}"
           >
               <template v-slot:content>
                   <maintenance-alarm-chart width="100%"  :options="torque" />
               </template>
           </normal-card>
         </el-col>
-        </template>
-         </normal-card>
+
       </el-row>
 
     </div>