fix wrong style

This commit is contained in:
MaysWind
2023-06-23 15:00:03 +08:00
parent aab1c5419a
commit d59a10f718
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -309,6 +309,6 @@ export default {
.lang-popover-menu .popover-inner {
max-height: 300px;
overflow-Y: auto;
overflow-y: auto;
}
</style>
+1 -1
View File
@@ -978,6 +978,6 @@ export default {
.date-popover-menu .popover-inner, .category-popover-menu .popover-inner, .account-popover-menu .popover-inner {
max-height: 400px;
overflow-Y: auto;
overflow-y: auto;
}
</style>