xjc 4 年之前
父节点
当前提交
3de73ce757
共有 5 个文件被更改,包括 10 次插入7 次删除
  1. 2 2
      src/views/Home.vue
  2. 2 1
      src/views/message/InnerSurvey.vue
  3. 2 1
      src/views/message/OutSurvey.vue
  4. 2 1
      src/views/message/survey/answer.html
  5. 2 2
      vue.config.js

+ 2 - 2
src/views/Home.vue

@@ -10,8 +10,8 @@
 	<el-container>
 		<el-header>
 			<div class="header">
-				<img class="logo" src="../assets/logo.png" alt="">
-				<div class="siteTitle">中科院期刊微信公众号集中管理平台</div>
+				<!-- <img class="logo" src="../assets/logo.png" alt=""> -->
+				<!-- <div class="siteTitle">中科院期刊微信公众号集中管理平台</div> -->
 			</div>	
 			<div class="nav">
 				<!-- <router-link :class="act?'active':''" to="/index/index" @click.native='active(1)'>首页</router-link>

+ 2 - 1
src/views/message/InnerSurvey.vue

@@ -154,13 +154,14 @@ a {
 }
 // 批注信息
 .tool_text{
-  width:205px;
+  width:315px;
   p{
     margin-bottom:10px;
   }
   .toolText_img{
     img{
       width:100px;
+      height: 100px;
       margin-bottom:5px
       
     }

+ 2 - 1
src/views/message/OutSurvey.vue

@@ -153,13 +153,14 @@ a {
 }
 // 批注信息
 .tool_text{
-  width:205px;
+  width:315px;
   p{
     margin-bottom:10px;
   }
   .toolText_img{
     img{
       width:100px;
+      height: 100px;
       margin-bottom:5px
       
     }

+ 2 - 1
src/views/message/survey/answer.html

@@ -95,13 +95,14 @@
   }
 /*批注信息*/
 .tool_text{
-  width:205px;
+  width:315px;
 }
 .tool_text  p{
     margin-bottom:10px;
 }
 .toolText_img img{
       width:100px;
+      height: 100px;
       margin-bottom:5px
 }
 .toolText_img img:nth-child(odd){

+ 2 - 2
vue.config.js

@@ -2,8 +2,8 @@ module.exports={
     devServer:{
         proxy:{
             '/api':{
-                target:'http://39.107.246.59:81',
-                // target:'https://test.scxjc.club',
+                // target:'http://39.107.246.59:81',
+                target:'https://test.scxjc.club',
                 // target:'http://caos.tederen.com',
                 changeOrigin: true,
             }