Skip to content

Commit

Permalink
update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Yc Chen committed Dec 1, 2023
1 parent 2b30ee0 commit 6361b8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/static/dist/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/static/dist/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions common/static/dist/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ a {
box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px;
padding: 30px 40px;
border-top: 5px solid #337ab7;
}

table{
max-width: none !important; /*解决 ios 横向滚动失效*/
}
5 changes: 0 additions & 5 deletions common/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
<link href="{% static 'bootstrap-table/css/bootstrap-table.min.css' %}" rel="stylesheet">
<link href="{% static 'bootstrap-switch/css/bootstrap-switch.min.css' %}" rel="stylesheet">
<link href="{% static 'dist/css/style.css' %}" rel="stylesheet">
<style type="text/css">
table{
max-width: none !important; /*解决 ios 横向滚动失效*/
}
</style>
<!-- django i18n -->
<script type="text/javascript" src="{% url 'sql:javascript-catalog' %}"></script>
</head>
Expand Down

0 comments on commit 6361b8e

Please sign in to comment.