diff --git a/.gitignore b/.gitignore index a0be7ae..d409ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ ERP-Demo/ xlsx/ app/__pycache__ backend/__pycache__ +app/assets/ +app/new_web_source/ diff --git a/app/__pycache__/config.cpython-312.pyc b/app/__pycache__/config.cpython-312.pyc index 8afe47f..4b73e69 100644 Binary files a/app/__pycache__/config.cpython-312.pyc and b/app/__pycache__/config.cpython-312.pyc differ diff --git a/app/blueprints/__pycache__/brand.cpython-312.pyc b/app/blueprints/__pycache__/brand.cpython-312.pyc index 79482d1..db3e0b7 100644 Binary files a/app/blueprints/__pycache__/brand.cpython-312.pyc and b/app/blueprints/__pycache__/brand.cpython-312.pyc differ diff --git a/app/version.txt b/app/version.txt index 52a718a..8127c49 100644 --- a/app/version.txt +++ b/app/version.txt @@ -1 +1 @@ -{"version": "1.0.13"} \ No newline at end of file +{"version": "1.0.17"} \ No newline at end of file diff --git a/frontend-vue/src/pages/brand/components/BrandTopBar.vue b/frontend-vue/src/pages/brand/components/BrandTopBar.vue index 5e0b4ae..e6d25de 100644 --- a/frontend-vue/src/pages/brand/components/BrandTopBar.vue +++ b/frontend-vue/src/pages/brand/components/BrandTopBar.vue @@ -155,7 +155,7 @@ const navGroups = [ .nav-dropdown-menu { position: absolute; - top: calc(100% + 8px); + top: 100%; left: 0; min-width: 220px; padding: 8px;