main #34

Merged
charles merged 191 commits from main into prod 2025-11-19 16:18:39 +08:00
2 changed files with 9 additions and 5 deletions
Showing only changes of commit 43b372cf36 - Show all commits

View File

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

View File

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