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