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