Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed Apr 18, 2019
1 parent 54583ef commit 40cc1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions simpleui/static/admin/simpleui-x/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ html, body {
.el-main {
padding: 0px;
overflow: hidden;
height: 100%;
}

.el-main .el-tab-pane {
Expand Down
2 changes: 1 addition & 1 deletion simpleui/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<link rel="stylesheet" href="https://unpkg.com/element-ui@2.7.2/lib/theme-chalk/index.css">
<link rel="stylesheet" href="{% static '/admin/simpleui-x/fontawesome-free-5.8.1-web/css/all.min.css' %}">
<link rel="stylesheet" href="{% static '/admin/simpleui-x/css/index.css' %}">
<link rel="stylesheet" href="{% static '/admin/simpleui-x/css/index.css' %}?_=2.0.2">
</head>
<body>

Expand Down

0 comments on commit 40cc1e2

Please sign in to comment.