提交过滤
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -36,3 +36,5 @@ ERP-Demo/
|
|||||||
xlsx/
|
xlsx/
|
||||||
app/__pycache__
|
app/__pycache__
|
||||||
backend/__pycache__
|
backend/__pycache__
|
||||||
|
app/assets/
|
||||||
|
app/new_web_source/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
{"version": "1.0.13"}
|
{"version": "1.0.17"}
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user