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

update watermask page

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