提交过滤

This commit is contained in:
super
2026-03-27 21:58:43 +08:00
parent e09f6d4a80
commit 0aad7b3faf
5 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -36,3 +36,5 @@ ERP-Demo/
xlsx/
app/__pycache__
backend/__pycache__
app/assets/
app/new_web_source/

View File

@@ -1 +1 @@
{"version": "1.0.13"}
{"version": "1.0.17"}

View File

@@ -155,7 +155,7 @@ const navGroups = [
.nav-dropdown-menu {
position: absolute;
top: calc(100% + 8px);
top: 100%;
left: 0;
min-width: 220px;
padding: 8px;