mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-15 11:18:12 +00:00
no message
This commit is contained in:
parent
0ab321f184
commit
9ff2f24529
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/0.js
vendored
2
public/js/build/0.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/612.js
vendored
2
public/js/build/612.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/669.js
vendored
2
public/js/build/669.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/710.js
vendored
2
public/js/build/710.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
33ced3e7b621d90d
|
afa8f5fd91657fef
|
||||||
|
|||||||
@ -432,14 +432,13 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
footerClass() {
|
footerClass() {
|
||||||
const array = [];
|
|
||||||
if (this.msgNew > 0 && this.allMsgs.length > 0) {
|
if (this.msgNew > 0 && this.allMsgs.length > 0) {
|
||||||
array.push('newmsg')
|
return 'newmsg'
|
||||||
}
|
}
|
||||||
if (this.scrollBalance > 50) {
|
if (this.scrollBalance > 50) {
|
||||||
array.push('goto')
|
return 'goto'
|
||||||
}
|
}
|
||||||
return array
|
return null
|
||||||
},
|
},
|
||||||
|
|
||||||
msgUnreadOnly() {
|
msgUnreadOnly() {
|
||||||
|
|||||||
@ -798,18 +798,12 @@
|
|||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|
||||||
.dialog-newmsg {
|
.dialog-newmsg,
|
||||||
display: block;
|
.dialog-goto {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -44px;
|
right: 30px;
|
||||||
left: 50%;
|
|
||||||
height: 30px;
|
|
||||||
line-height: 30px;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 12px;
|
|
||||||
background-color: #555555;
|
background-color: #555555;
|
||||||
padding: 0 12px;
|
|
||||||
border-radius: 16px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
@ -818,25 +812,26 @@
|
|||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dialog-newmsg {
|
||||||
|
display: block;
|
||||||
|
top: -44px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 0 12px;
|
||||||
|
border-radius: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.dialog-goto {
|
.dialog-goto {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: absolute;
|
|
||||||
top: -48px;
|
top: -48px;
|
||||||
right: 30px;
|
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
color: #ffffff;
|
|
||||||
background-color: #555555;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
cursor: pointer;
|
|
||||||
z-index: 2;
|
|
||||||
transition: all 0.3s;
|
|
||||||
pointer-events: none;
|
|
||||||
opacity: 0;
|
|
||||||
transform: scale(0);
|
|
||||||
.taskfont {
|
.taskfont {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
@ -1214,8 +1209,9 @@
|
|||||||
width: calc(100% + 20px);
|
width: calc(100% + 20px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.dialog-newmsg,
|
||||||
.dialog-goto {
|
.dialog-goto {
|
||||||
right: 8px;
|
right: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user