修改消息页问题

This commit is contained in:
zhaofang
2022-11-23 17:36:14 +08:00
parent 4c0345d12d
commit 3708e84213

View File

@@ -102,6 +102,7 @@
delfirm() { delfirm() {
this.isAll = 1; this.isAll = 1;
this.modalShow = true; this.modalShow = true;
this.content ='确认删所选信息吗?';
}, },
confirm() { confirm() {
if(this.isAll == 0) { if(this.isAll == 0) {
@@ -209,7 +210,7 @@
color: #007DFF; color: #007DFF;
font-size: 120px; font-size: 120px;
position: absolute; position: absolute;
top: -30%; top: -45%;
left: 50%; left: 50%;
transform: translate(-50%,-48%) scale(.73); transform: translate(-50%,-48%) scale(.73);
-webkit-transform: translate(-50%,-48%) scale(.73); -webkit-transform: translate(-50%,-48%) scale(.73);