mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
修改消息页问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user