Browse Source

样式修改

Shan9312 1 year ago
parent
commit
dd83f2bee6

+ 3 - 3
src/utils/request.js

@@ -15,9 +15,9 @@ var reg =  /(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}
 var browserUrl = window.location.hostname
 console.log("========url===",reg.test(browserUrl))
 // 打包的时候打开,日常关掉
-if (reg.test(browserUrl)){
-  URL = window.location.protocol +"//"+ browserUrl + ":80/"
-}
+// if (reg.test(browserUrl)){
+//   URL = window.location.protocol +"//"+ browserUrl + ":80/"
+// }
 
 Cookies.set('url',URL)
 // test

+ 6 - 6
src/views/statisticalAnalysis/processAnalysis/pasture/index.vue

@@ -52,7 +52,7 @@
     </div>
     <el-row :gutter="10">
       <el-col :span="8">
-        <h4>TMR设备列表</h4>
+        <h4>TMR设备列表hhh</h4>
         <div class="table">
           <el-table
             :key="table.tableKey"
@@ -226,7 +226,7 @@
             :row-style="rowStyle"
             :cell-style="cellStyle"
             class="elTable table-fixed"
-            max-height="200px"
+            max-height="260px"
           >
             <el-table-column label="操作编号" min-width="70px" align="center" prop="sort" />
             <el-table-column label="栏舍名称" min-width="70px" align="center" prop="fname" />
@@ -281,7 +281,7 @@
             :row-style="rowStyle"
             :cell-style="cellStyle"
             class="elTable table-fixed"
-            max-height="200px"
+            max-height="260px"
           >
             <el-table-column label="操作编号" min-width="110px" align="center">
               <template slot-scope="scope">
@@ -316,7 +316,7 @@
             :row-style="rowStyle"
             :cell-style="cellStyle"
             class="elTable table-fixed"
-            max-height="200px"
+            max-height="260px"
           >
             <el-table-column label="操作编号" min-width="110px" align="center" prop="sort" />
             <el-table-column label="转投栏舍" min-width="110px" align="center" prop="fname" />
@@ -412,7 +412,7 @@
             :row-style="rowStyle"
             :cell-style="cellStyle"
             class="elTable table-fixed"
-            max-height="200px"
+            max-height="260px"
           >
             <el-table-column label="操作编号" min-width="60px" align="center" prop="sort" />
             <el-table-column label="撒料车辆" min-width="60px" align="center" prop="fname" />
@@ -522,7 +522,7 @@
             :row-style="rowStyle"
             :cell-style="cellStyle"
             class="elTable table-fixed"
-            max-height="200px"
+            max-height="260px"
           >
             <el-table-column label="操作编号" min-width="70px" align="center" prop="sort" />
             <el-table-column label="撒料车辆" min-width="70px" align="center" prop="fname" />