Skip to content

Commit

Permalink
fix: 修复锁屏bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pumelotea committed Jun 25, 2022
1 parent 4007b1a commit 9854e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/HbAdminScreenLocker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const user = security.getUser()
background-size: 200%;
animation: sun 7s infinite;
position: relative;
box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}
.hb-screen-slider:before {
Expand All @@ -228,6 +228,7 @@ const user = security.getUser()
z-index: -1;
/* 设置模糊度 显示发光效果 */
filter: blur(10px);
opacity: 0.5;
animation: sun 7s infinite;
}
Expand Down

0 comments on commit 9854e09

Please sign in to comment.