yuanmingze 5 mesiacov pred
rodič
commit
bf78dfcd89

+ 2 - 2
.env.development

@@ -1,10 +1,10 @@
 NODE_ENV = 'development'
 VUE_APP_TYPE= 'dev'
-VUE_APP_URL = 'http://10.144.62.235:9999'
+# VUE_APP_URL = 'http://10.144.62.235:9999'
 # VUE_APP_URL = 'https://mic.freerr.cn'
 # VUE_APP_URL = 'https://mic.cnbg.com.cn'
 # VUE_APP_URL = 'https://cnbg.yaoyi.net'
 # VUE_APP_URL = 'http://192.168.110.25:9999'
-# VUE_APP_URL = 'https://mic-t.cnbg.com.cn'
+VUE_APP_URL = 'https://mic-t.cnbg.com.cn'
 
 

+ 8 - 4
src/views/serviceManagement/servicesToBeReviewed/index.vue

@@ -77,9 +77,9 @@
               </el-select>
             </el-form-item>
           </el-col>
-          <el-col :span="2">
+          <el-col :span="6">
             <div class="search-btns">
-              <el-button type="success" @click="clickBtn">搜索</el-button>
+              <el-button type="success" class="btn-style" @click="clickBtn">搜索</el-button>
               <el-button @click="clearSearch">清空</el-button>
             </div>
           </el-col>
@@ -570,7 +570,10 @@ export default {
 .search-btns {
   margin-left: 50px;
   display: flex;
-  justify-content: space-between;
+
+  .btn-style {
+    margin-right: 15px;
+  }
 }
 
 .tips {
@@ -583,7 +586,8 @@ export default {
 }
 
 .table {
-  height: calc(100vh - 300px);
+  min-height: 1000px;
+  max-height: 1500px;
 }
 .teskDetailsty {
   width: 100%;