|
@@ -299,10 +299,13 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="onmore">
|
|
|
- <el-button type="primary" @click="$router.push({ path: '/hall/productList/expertList', query: { dockid: id, user_id: user_id } })"
|
|
|
- >更多</el-button
|
|
|
- ></el-col
|
|
|
- >
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ size="mini"
|
|
|
+ @click="$router.push({ path: '/hall/productList/expertList', query: { dockid: id, user_id: user_id } })"
|
|
|
+ >查看所有项目</el-button
|
|
|
+ >
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
@@ -1198,14 +1201,13 @@ export default {
|
|
|
}
|
|
|
|
|
|
.two {
|
|
|
- padding: 15px;
|
|
|
+ padding: 15px 15px 0 15px;
|
|
|
height: 466px;
|
|
|
overflow: auto;
|
|
|
.twoList {
|
|
|
box-shadow: 0 0 3px red;
|
|
|
- margin-bottom: 30px;
|
|
|
- // padding: 15px;
|
|
|
- padding: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ padding: 17px 6px;
|
|
|
.image {
|
|
|
border-radius: 90px;
|
|
|
.el-image {
|
|
@@ -1303,6 +1305,9 @@ export default {
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
+.onmore {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
// 技术
|
|
|
.demandList {
|
|
|
.topList {
|