Commit 8a9794ef authored by wuwangwolihui's avatar wuwangwolihui

Merge remote-tracking branch 'origin/yingdi2.0' into yingdi2.0

# Conflicts:
#	src/config/server.js
parents 3e06041f a54ef65b
...@@ -16,7 +16,7 @@ import { ...@@ -16,7 +16,7 @@ import {
import router from '@/router' import router from '@/router'
const instance = axios.create({ const instance = axios.create({
baseURL: DEVELOPMENT_SERVER_URL, baseURL: SERVER_URL,
timeout: 60000, timeout: 60000,
method: "post", method: "post",
headers: { headers: {
......
...@@ -16,7 +16,7 @@ import { ...@@ -16,7 +16,7 @@ import {
import router from '@/router' import router from '@/router'
const instance = axios.create({ const instance = axios.create({
baseURL: DEVELOPMENT_SERVER_URL, baseURL: SERVER_URL,
timeout: 60000, timeout: 60000,
method: "post", method: "post",
headers: { headers: {
......
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
} }
.tag { .tag {
font-size: 16px; font-size: 14px;
display: flex; display: flex;
background-color: #D7D7D7; background-color: #D7D7D7;
padding: 0 9px; padding: 0 9px;
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
.item_name { .item_name {
line-height: 40px; line-height: 40px;
font-size: 18px; font-size: 15px;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
margin-left: 15px; margin-left: 15px;
......
...@@ -132,7 +132,6 @@ ...@@ -132,7 +132,6 @@
url: svg3, url: svg3,
}, },
], ],
campindex_type: 0, campindex_type: 0,
index_status: "", index_status: "",
// homework_val: "", // homework_val: "",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<!-- </div>--> <!-- </div>-->
<div class="active-area"> <div class="active-area">
<div class="left-area card-box"> <div class="left-area card-box">
<ul v-if="anchorList.length>0"> <ul class="left" v-if="anchorList.length>0">
<li :key="index" v-for="(item,index) in anchorList"> <li :key="index" v-for="(item,index) in anchorList">
<a @click="anchorSkip(item.id)">{{item.name}}</a> <a @click="anchorSkip(item.id)">{{item.name}}</a>
</li> </li>
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<Footer></Footer> <Footer></Footer>
</el-container> </el-container>
...@@ -243,9 +242,10 @@ ...@@ -243,9 +242,10 @@
.left-area { .left-area {
flex: 1; flex: 1;
min-width: 200px; min-width: 200px;
background-color: #ffffff;
border-radius: 8px;
ul { ul {
padding: 20px 10px; padding: 20px ;
} }
li { li {
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
text-decoration: none; text-decoration: none;
color: #333333; color: #333333;
width: 100%; width: 100%;
font-size: 18px; font-size: 15px;
/*height: 44px;*/ /*height: 44px;*/
line-height: 44px; line-height: 44px;
margin: 10px 0; margin: 10px 0;
...@@ -279,7 +279,9 @@ ...@@ -279,7 +279,9 @@
.center-area { .center-area {
flex: 4; flex: 4;
margin: 0 20px; margin: 0 20px;
width: calc(100% - 100px);
border-radius: 8px;
background-color: #ffffff;
.center-area-title { .center-area-title {
text-align: center; text-align: center;
font-size: 22px; font-size: 22px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment