Optimize log page

This commit is contained in:
2023-11-05 22:54:55 +08:00
parent eadc74ca67
commit ae73ecfd92
3 changed files with 45 additions and 20 deletions

View File

@@ -4,5 +4,5 @@
background-color: constants.$origin-color;
border-radius: 8px;
overflow: hidden;
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.1);
}