style: 优化客户端更新窗口滚动
This commit is contained in:
parent
c8b085e963
commit
f672f4d1bb
@ -2,10 +2,10 @@
|
||||
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
|
||||
autostart=true
|
||||
|
@ -57,6 +57,7 @@ export default {
|
||||
title: this.$L("更新提示"),
|
||||
duration: 0,
|
||||
position: "bottom-right",
|
||||
customClass: "common-app-down-notification",
|
||||
onClose: () => {
|
||||
this.repoStatus = 2;
|
||||
},
|
||||
|
@ -7,6 +7,12 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.common-app-down-notification {
|
||||
.el-notification__group {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.common-app-down-link {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user