style: 优化客户端更新窗口滚动

This commit is contained in:
kuaifan 2021-12-27 12:26:43 +08:00
parent c8b085e963
commit f672f4d1bb
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -57,6 +57,7 @@ export default {
title: this.$L("更新提示"),
duration: 0,
position: "bottom-right",
customClass: "common-app-down-notification",
onClose: () => {
this.repoStatus = 2;
},

View File

@ -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;