Skip to content

Commit

Permalink
fix style error.
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed Nov 15, 2024
1 parent 534fdf8 commit 0dfdcbc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion simpleui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def get_version():
return '2024.4.1'
return '2024.11.15'
Binary file modified simpleui/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
8 changes: 7 additions & 1 deletion simpleui/static/admin/simpleui-x/css/base.css

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

2 changes: 1 addition & 1 deletion simpleui/static/admin/simpleui-x/css/base.css.map

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

12 changes: 10 additions & 2 deletions simpleui/static/admin/simpleui-x/css/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@
background-color: white;
padding: 20px;
}

.related-widget-wrapper{
display: inline-flex;
}
.module{
margin:20px;
margin-bottom: 0;
padding: 10px;
//顶部圆角
border-radius: 10px 10px 0 0;
background-color: white!important;
}
.submit-row{
margin:20px;
Expand Down Expand Up @@ -271,7 +274,12 @@ body,
background-color: white;
margin: 10px;
padding: 10px;
color: #5a9cf8;
//color: #5a9cf8;
}
#id_password{
.button{
color: white!important;
}
}
/*django新特性 主题适配*/
@media (prefers-color-scheme: dark) {
Expand Down
1 change: 0 additions & 1 deletion simpleui/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@

{% endblock %}
{% endblock %}
{% load_analysis %}
{% block script %}
{# 预留脚本block 可以实现基础该页面,添加自定义脚本#}
{% endblock %}
Expand Down

0 comments on commit 0dfdcbc

Please sign in to comment.