style: 优化客户端更新窗口滚动
This commit is contained in:
parent
c8b085e963
commit
f672f4d1bb
@ -2,10 +2,10 @@
|
|||||||
directory=/var/www
|
directory=/var/www
|
||||||
|
|
||||||
# 生产环境
|
# 生产环境
|
||||||
command=php bin/laravels start -i
|
#command=php bin/laravels start -i
|
||||||
|
|
||||||
# 开发环境
|
# 开发环境
|
||||||
#command=./bin/inotify ./app
|
command=./bin/inotify ./app
|
||||||
|
|
||||||
numprocs=1
|
numprocs=1
|
||||||
autostart=true
|
autostart=true
|
||||||
|
@ -57,6 +57,7 @@ export default {
|
|||||||
title: this.$L("更新提示"),
|
title: this.$L("更新提示"),
|
||||||
duration: 0,
|
duration: 0,
|
||||||
position: "bottom-right",
|
position: "bottom-right",
|
||||||
|
customClass: "common-app-down-notification",
|
||||||
onClose: () => {
|
onClose: () => {
|
||||||
this.repoStatus = 2;
|
this.repoStatus = 2;
|
||||||
},
|
},
|
||||||
|
@ -7,6 +7,12 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.common-app-down-notification {
|
||||||
|
.el-notification__group {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.common-app-down-link {
|
.common-app-down-link {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user