This commit is contained in:
hrx 2025-11-12 14:52:50 +08:00
parent 1a5e57a603
commit 43b372cf36
2 changed files with 9 additions and 5 deletions

View File

@ -16,9 +16,9 @@
</div>
</div>
</div>
<div class="search-box">
<!-- <div class="search-box">
<search></search>
</div>
</div> -->
<div style="width: 90%;max-width: 1600px;">
<router-view></router-view>
</div>
@ -250,7 +250,7 @@ export default Vue.extend({
}
.banner-title {
width: 500px;
width: 700px;
font-size: 16px;
color: #8890ab;
line-height: 2 !important;
@ -350,6 +350,10 @@ export default Vue.extend({
justify-content: center;
flex-direction: column;
align-items: center;
img{
width: 120px;
height: 120px;
}
}
.bigUl {

View File

@ -1,12 +1,12 @@
<template>
<div class="main-box">
<div style="margin-top: 25px;">
<!-- <div style="margin-top: 25px;">
<span style="margin-top: 100px;" class="title">
<span class="leftText">
算力供需
</span>
<span class="rightText"> 广场</span></span>
</div>
</div> -->
<!-- 发布商品/需求弹窗 -->
<el-dialog :title="publish_type === '2' ? '发布需求' : '发布商品'" width="60vw" top="5vh"