提交过滤

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/ xlsx/
app/__pycache__ app/__pycache__
backend/__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 { .nav-dropdown-menu {
position: absolute; position: absolute;
top: calc(100% + 8px); top: 100%;
left: 0; left: 0;
min-width: 220px; min-width: 220px;
padding: 8px; padding: 8px;