提交 3642ec25 编写于 作者: chengxiang.li's avatar chengxiang.li

update data-view-message page style

上级 78742434
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
:data="tableDataList.outModels" :data="tableDataList.outModels"
:row-style="getRowClass" :header-row-style="getRowClass" :header-cell-style="getRowClass" :row-style="getRowClass" :header-row-style="getRowClass" :header-cell-style="getRowClass"
border border
style="width: 100%"> style="width: 100%; flex:1; overflow: scroll;">
<template <template
v-if="tableDataList && tableDataList.columnList" v-if="tableDataList && tableDataList.columnList"
v-for="item in tableDataList.columnList" v-for="item in tableDataList.columnList"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<el-table-column <el-table-column
align="center" align="center"
label="操作" label="操作"
width="100"> width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button @click="showRemarkModal(scope.row)" type="text" size="small">备注</el-button> <el-button @click="showRemarkModal(scope.row)" type="text" size="small">备注</el-button>
<!-- <el-button type="text">标记处理</el-button> --> <!-- <el-button type="text">标记处理</el-button> -->
...@@ -393,6 +393,9 @@ ...@@ -393,6 +393,9 @@
vm.captchaCode = ''; vm.captchaCode = '';
vm.smsCode = ''; vm.smsCode = '';
vm.tableDataList = res.data; vm.tableDataList = res.data;
vm.$nextTick(() => { vm.$nextTick(() => {
if(vm.afterParam){ if(vm.afterParam){
vm.getWaterMark(); // 获取水印 vm.getWaterMark(); // 获取水印
...@@ -469,7 +472,7 @@ ...@@ -469,7 +472,7 @@
.data-view-message-wrap { .data-view-message-wrap {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: scroll; display: flex; flex-direction: column;
.no-table-data{ .no-table-data{
width: 100%; width: 100%;
...@@ -554,12 +557,15 @@ ...@@ -554,12 +557,15 @@
} }
} }
.pagination-style{ .pagination-style{
margin: 30px 0; margin: 20px 0;
float: right; float: right;
width: 100%; width: 100%;
text-align: right; text-align: right;
overflow: hidden; overflow: hidden;
overflow-x: scroll; overflow-x: scroll;
.el-pagination__total{
margin-left: 25px;
}
} }
.tebale_card { .tebale_card {
background: rgba(255,255,255,0.2); background: rgba(255,255,255,0.2);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册