|
@@ -215,7 +215,7 @@ export default {
|
|
|
...product(['newquery']),
|
|
|
...expertsuser({ expertQuery: 'query' }),
|
|
|
async search() {
|
|
|
- let res = await this.newquery({ skip: 0, limit: 6, totaltype: '0', status: '1' });
|
|
|
+ let res = await this.newquery({ skip: 0, limit: 5, totaltype: '0', status: '1' });
|
|
|
if (this.$checkRes(res)) this.$set(this, `tecList`, res.data);
|
|
|
res = await this.newquery({ skip: 0, limit: 4, totaltype: '1', status: '1' });
|
|
|
if (this.$checkRes(res)) this.$set(this, `productList`, res.data);
|
|
@@ -392,7 +392,7 @@ export default {
|
|
|
}
|
|
|
.tecList {
|
|
|
padding: 0 15px;
|
|
|
- margin: 10px 0 10px 0;
|
|
|
+ margin: 15px 0;
|
|
|
}
|
|
|
.tecList p span:first-child {
|
|
|
display: inline-block;
|