Browse Source

党群议事页面调整

master
liuchuang 6 years ago
parent
commit
6ac2139512
  1. 8
      src/views/modules/events/item-close-detail-view.vue
  2. 6
      src/views/modules/events/item-deal-detail-view.vue

8
src/views/modules/events/item-close-detail-view.vue

@ -48,9 +48,6 @@
<div class="location">上报位置: {{dataForm.issueAddress}}</div> <div class="location">上报位置: {{dataForm.issueAddress}}</div>
<div id="map"></div> <div id="map"></div>
</div> </div>
<div style="position: absolute; bottom: 0; right: 0;">
<el-button type="primary" size="small" @click="back">返回</el-button>
</div>
</div> </div>
<div class="project-progress"> <div class="project-progress">
<div class="project-progress-tip">处理进展</div> <div class="project-progress-tip">处理进展</div>
@ -76,6 +73,9 @@
</el-timeline> </el-timeline>
</div> </div>
</el-form> </el-form>
<div style="position: absolute; bottom: 10%; right: 48%;">
<el-button type="primary" style="width: 95px" size="small" @click="back">返回</el-button>
</div>
<el-dialog width="90%" title="评论" :visible.sync="innerVisible" append-to-body> <el-dialog width="90%" title="评论" :visible.sync="innerVisible" append-to-body>
<el-table :data="commentsDTOs" border style="width: 100%;"> <el-table :data="commentsDTOs" border style="width: 100%;">
<el-table-column prop="user.userName" label="发言人" header-align="center" align="center"></el-table-column> <el-table-column prop="user.userName" label="发言人" header-align="center" align="center"></el-table-column>
@ -255,7 +255,7 @@ export default {
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
border-radius: 5px; border-radius: 5px;
background: #fff; background: #aaa;
} }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
border-radius: 10px; border-radius: 10px;

6
src/views/modules/events/item-deal-detail-view.vue

@ -105,8 +105,8 @@
</div> </div>
</el-form-item> </el-form-item>
<el-form-item style="float: right;"> <el-form-item style="float: right;">
<el-button size="small" type="primary" @click="dataFormSubmitHandle()">{{ $t('confirm') }}</el-button> <el-button size="small" type="primary" style="width: 95px" @click="dataFormSubmitHandle()">{{ $t('confirm') }}</el-button>
<el-button size="small" @click="backToItemDeal">返回</el-button> <el-button size="small" style="width: 95px" @click="backToItemDeal">返回</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
@ -430,7 +430,7 @@ export default {
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
border-radius: 5px; border-radius: 5px;
background: #fff; background: #aaa;
} }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
border-radius: 10px; border-radius: 10px;

Loading…
Cancel
Save