diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index c5d0032..3308725 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -59,7 +59,7 @@ li {
left: 65px;
}
.box{
- min-height: calc(100vh - 201px);
+ min-height: calc(100vh - 175px);
box-sizing: border-box;
}
diff --git a/src/components/common/Footer.vue b/src/components/common/Footer.vue
index d3217f0..4245605 100644
--- a/src/components/common/Footer.vue
+++ b/src/components/common/Footer.vue
@@ -1,7 +1,7 @@
diff --git a/src/components/page/Backstage.vue b/src/components/page/Backstage.vue
index 04dfff3..335eeb2 100644
--- a/src/components/page/Backstage.vue
+++ b/src/components/page/Backstage.vue
@@ -47,25 +47,28 @@ export default {
},{
imgSrc: require('../../assets/img/station10.png'),
name: '大数据分析
实验教学系统'
- },{
- imgSrc: require('../../assets/img/station11.png'),
- name: 'Python数据清洗
教学实验系统'
- },{
- imgSrc: require('../../assets/img/station12.png'),
- name: 'Python数据采集(爬虫)
教学实验系统'
- },
- {
- imgSrc: require('../../assets/img/station4.png'),
- name: '数字货币交易'
},
+ // {
+ // imgSrc: require('../../assets/img/station11.png'),
+ // name: 'Python数据清洗
教学实验系统'
+ // },{
+ // imgSrc: require('../../assets/img/station12.png'),
+ // name: 'Python数据采集(爬虫)
教学实验系统'
+ // },
+ // {
+ // imgSrc: require('../../assets/img/station4.png'),
+ // name: '数字货币交易'
+ // },
+ // {
+ // imgSrc: require('../../assets/img/station6.png'),
+ // name: '担保实训教学系统'
+ // },
+
+
// {
// imgSrc: require('../../assets/img/station5.png'),
// name: '小额贷款业务实训系统'
// },
- {
- imgSrc: require('../../assets/img/station6.png'),
- name: '担保实训教学系统'
- },
// {
// imgSrc: require('../../assets/img/station7.png'),
// name: '投资银行实验教学系统'
@@ -187,7 +190,8 @@ export default {
box-sizing: border-box;
.item{
- width: 16%;
+ // width: 16%;
+ width: 30%;
margin: 20px;
text-align: center;
cursor: pointer;
diff --git a/src/components/page/Dashboard.vue b/src/components/page/Dashboard.vue
index 69205e8..188fe8f 100644
--- a/src/components/page/Dashboard.vue
+++ b/src/components/page/Dashboard.vue
@@ -367,10 +367,10 @@ export default {
};