更新页面
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user