|
@@ -622,7 +622,7 @@ export default {
|
|
|
if (this.$checkRes(res)) this.$set(this, `technologyList`, res.data);
|
|
|
res = await this.marketquery({ skip: 0, limit: 5, type: '2', status: '1' });
|
|
|
if (this.$checkRes(res)) this.$set(this, `businessList`, res.data);
|
|
|
- res = await this.expertquery({ skip: 0, limit: 6 });
|
|
|
+ res = await this.expertquery({ skip: 0, limit: 8 });
|
|
|
if (this.$checkRes(res)) this.$set(this, `expertList`, res.data);
|
|
|
},
|
|
|
// 未注册用户添加产品
|
|
@@ -913,10 +913,11 @@ export default {
|
|
|
margin: 0 0 15px 0;
|
|
|
background-color: #e9edf6;
|
|
|
.left {
|
|
|
- background: #f5f5f5;
|
|
|
border-radius: 20px;
|
|
|
padding: 15px;
|
|
|
margin: 0 15px 0 0;
|
|
|
+ background: #e9ecf2;
|
|
|
+ box-shadow: 0 0 5px #409eff;
|
|
|
.leftTop {
|
|
|
height: 50px;
|
|
|
.txt {
|
|
@@ -1037,7 +1038,7 @@ export default {
|
|
|
height: 450px;
|
|
|
padding: 0 10px;
|
|
|
.expertList {
|
|
|
- margin: 20px 0 10px 0;
|
|
|
+ // margin: 20px 0 10px 0;
|
|
|
padding: 10px 0;
|
|
|
border-bottom: 1px dashed #044b79;
|
|
|
.expertimage {
|