更新页面

This commit is contained in:
2026-04-17 17:16:51 +08:00
parent a3464a53cb
commit 04cedbc438
20 changed files with 1315 additions and 81 deletions

View File

@ -70,8 +70,14 @@
</div>
</div>
<Release v-model="showModel" :ItemData="ItemData" @SaveReport="SaveReport" title="帖子发布" :showCancel="false"
:heightNumber="436"></Release>
<Release
v-model="showModel"
:ItemData="ItemData"
@SaveReport="SaveReport"
title="帖子发布"
:showCancel="false"
:heightNumber="436">
</Release>
<Particulars ref="particulars" />
</template>

View File

@ -21,12 +21,12 @@ import TheRight from "./components/theRight.vue";
<style scoped lang="scss">
.bilateral{
background-color: #fff;
background-color: #fff;
height: calc(100vh - 190px);
display: flex;
padding: 10px;
color: #000;
justify-content: space-between;
justify-content: space-between;
.the-left{
width: 210px;
margin-right: 15px;