Browse Source

问题修改

SunZehao 1 month atrás
parent
commit
386bd14fe2

+ 1 - 1
.env.development

@@ -28,5 +28,5 @@ VUE_APP_REPORT=http://10.220.1.5:8001
 VUE_APP_GENERAT_URL=http://10.220.1.5:6060
 # VUE_APP_GENERAT_URL=http://10.112.33.5:6060
 
-VUE_APP_WS_URL=ws://10.220.1.11:6015
+VUE_APP_WS_URL=ws://10.220.1.5:6015
 # VUE_APP_WS_URL=ws://10.112.33.5:6015

+ 3 - 2
src/views/IntegratedAlarm/safe/customWarning/index.vue

@@ -179,6 +179,7 @@
       <el-table
         size="mini"
         :data="state.tableData"
+        class="warpperTable"
         style="width: 100%; height: calc(100% - 35px - 55px)"
         stripe
       >
@@ -811,10 +812,10 @@ p {
         margin-left: 25px;
       }
     }
-    .el-table {
+    .warpperTable :deep {
       .el-table__body-wrapper{
         height: 100%;
-        overflow-y: auto;
+        overflow-y: auto !important;
       }
     }
     .pagination-wrapper :deep {

+ 2 - 1
src/views/IntegratedAlarm/safe/historyWarning/index.vue

@@ -175,6 +175,7 @@
       <el-table
         size="mini"
         :data="state.tableData"
+        class="warpperTable"
         style="width: 100%; height: calc(100% - 35px - 55px)"
         stripe
       >
@@ -858,7 +859,7 @@ p {
         margin-left: 25px;
       }
     }
-    .el-table {
+    .warpperTable :deep {
       .el-table__body-wrapper{
         height: 100%;
         overflow-y: auto;