diff --git a/lib/common/static/instance_page.css b/lib/common/static/instance_page.css index adee9a2..a777ef6 100644 --- a/lib/common/static/instance_page.css +++ b/lib/common/static/instance_page.css @@ -166,7 +166,7 @@ .list-window-bar label{color:#9aa;display:flex;align-items:center;gap:6px} .stats-segment-block{margin-top:20px;padding-top:14px;border-top:1px solid #3a4468} .stats-segment-block h2{font-size:1.05rem;color:#dbe4ff;margin-bottom:8px} - .stats-period-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px} + .stats-period-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;position:relative;z-index:2} .stats-period-tab{background:#151a2a;color:#9aa3bf;border:1px solid #304164;border-radius:8px;padding:7px 14px;font-size:.84rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s} .stats-period-tab:hover{background:#1c2438;color:#cfd3ef} .stats-period-tab.active{background:#1f3a5a;color:#8fc8ff;border-color:#3d5f8a;font-weight:600} diff --git a/lib/instance/templates/embed_page_fragment.html b/lib/instance/templates/embed_page_fragment.html index 41397f0..05c1955 100644 --- a/lib/instance/templates/embed_page_fragment.html +++ b/lib/instance/templates/embed_page_fragment.html @@ -81,19 +81,6 @@ {% endmacro %}
-
- env配置 - {% endif %} - 系统设置 - - {% with msg=get_flashed_messages() %}{% if msg %}
{{ msg[0] }}
{% endif %}{% endwith %} - - {% include 'instance_header_panel.html' %} - {% if page not in ('settings', 'risk_policy', 'env_config', 'options') %} - {% include 'instance_top_bar.html' %} - {% endif %} - -
{% if page == 'key_monitor' %} {% include 'key_monitor_panel.html' %} {% elif page == 'trade' %} @@ -489,8 +476,7 @@
{% endif %} - - + {% if page == 'env_config' %} {% include 'env_config_panel.html' %} {% endif %} @@ -527,9 +513,9 @@ {% for seg in stats_bundle.segments %}