修复退出登录样式

This commit is contained in:
whyour 2022-03-12 18:15:42 +08:00
parent 7ef3de1367
commit 54dd90e7c5

View File

@ -297,7 +297,7 @@
padding: 4px 0;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 4px;
box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
overflow: auto;
background-color: #fff;
}