提交 4cba9b05 编写于 作者: chengxiang.li's avatar chengxiang.li

update watermask page

上级 eee5363d
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
bg.style.backgroundSize = '200px auto'; bg.style.backgroundSize = '200px auto';
}, },
getRowClass({ row, column, rowIndex, columnIndex }) { getRowClass({ row, column, rowIndex, columnIndex }) {
return "background:#3f5c6d2c;"; return "background: rgba(255,255,255,0.2)"
}, },
confirmSendRemark() { // 添加备注信息 confirmSendRemark() { // 添加备注信息
if( vm.newRemark.trim() == '' ){ if( vm.newRemark.trim() == '' ){
...@@ -358,9 +358,7 @@ ...@@ -358,9 +358,7 @@
if(res.code == '000000'){ if(res.code == '000000'){
vm.searchTableVisible = true; // 短信验证码校验成功,显示背后的内容 vm.searchTableVisible = true; // 短信验证码校验成功,显示背后的内容
vm.getTableList(); vm.getTableList();
if(vm.afterParam){
vm.getWaterMark(); // 获取水印
}
}else{ }else{
vm.$message.error(res.message); vm.$message.error(res.message);
vm.getCaptcha(); vm.getCaptcha();
...@@ -394,6 +392,11 @@ ...@@ -394,6 +392,11 @@
vm.captchaCode = ''; vm.captchaCode = '';
vm.smsCode = ''; vm.smsCode = '';
vm.tableDataList = res.data; vm.tableDataList = res.data;
vm.$nextTick(() => {
if(vm.afterParam){
vm.getWaterMark(); // 获取水印
}
})
}else{ }else{
vm.$message.error(res.message); vm.$message.error(res.message);
} }
...@@ -552,12 +555,14 @@ ...@@ -552,12 +555,14 @@
.pagination-style{ .pagination-style{
margin: 30px 0; margin: 30px 0;
float: right; float: right;
width: 100%;
overflow: scroll;
} }
.tebale_card { .tebale_card {
background-color: #3f5c6d2c; background: rgba(255,255,255,0.2);
} }
.el-table, .el-table__expanded-cell { .el-table, .el-table__expanded-cell {
background-color: #3f5c6d2c; background: rgba(255,255,255,0.2);
} }
} }
......
...@@ -253,7 +253,7 @@ export default { ...@@ -253,7 +253,7 @@ export default {
}) })
}, },
getRowClass({ row, column, rowIndex, columnIndex }) { getRowClass({ row, column, rowIndex, columnIndex }) {
return "background:#3f5c6d2c;"; return "background: rgba(255,255,255,0.2)"
}, },
getWaterMark() { getWaterMark() {
let callback = (res) => { let callback = (res) => {
...@@ -622,10 +622,15 @@ export default { ...@@ -622,10 +622,15 @@ export default {
float: right; float: right;
} }
.tebale_card { .tebale_card {
background-color: #3f5c6d2c; background: rgba(255,255,255,0.2);
} }
.el-table, .el-table__expanded-cell { .el-table, .el-table__expanded-cell {
background-color: #3f5c6d2c; background: rgba(255,255,255,0.2);
}
.el-table{
.el-table__fixed-right{
background: #FFF;
}
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册