guhongwei 4 年之前
父节点
当前提交
02ac365d89
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      src/views/market/index.vue
  2. 1 1
      src/views/notice/index.vue

+ 2 - 0
src/views/market/index.vue

@@ -704,6 +704,7 @@ export default {
   height: 500px;
   overflow: hidden;
   .left {
+    border-right: 1px dashed #ccc;
     .leftTop {
       height: 50px;
       .txt {
@@ -845,6 +846,7 @@ export default {
   margin: 0 0 15px 0;
   background-color: #e9edf6;
   .left {
+    border-right: 1px dashed #ccc;
     .leftTop {
       height: 50px;
       .txt {

+ 1 - 1
src/views/notice/index.vue

@@ -13,7 +13,7 @@
           <el-col :span="24" class="content" v-html="noticeInfo.content"></el-col>
           <el-col :span="24" class="sb">
             <!-- <el-button type="primary" size="mini" @click="$router.push({ path: '/webLogin' })">技术需求/科技成果信息征集填报</el-button> -->
-            <el-link :underline="false" target="_blank" @click="$router.push({ path: '/webLogin' })">技术需求/科技成果信息征集填报</el-link>
+            <el-link :underline="false" target="_blank" href="http://free.liaoningdoupo.com/platlive/webLogin">技术需求/科技成果信息征集填报</el-link>
           </el-col>
         </div>
       </el-col>