mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-16 23:38:36 +00:00
pref: debug toolbar 太费时间 先禁用 (#8528)
* perf: 修改主题色 * pref: debug toolbar 太费时间 先禁用 * perf: 修改颜色 * perf: 优化 interface * perf: 修改 avartar * perf: css color Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -15,5 +15,12 @@
|
||||
<script src="{% static 'js/plugins/datatables/datatables.min.js' %}"></script>
|
||||
<script src="{% url 'javascript-catalog' %}"></script>
|
||||
<link href="{% static 'css/plugins/select2/select2.min.css' %}" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
--primary-color: #1ab394;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<script>
|
||||
document.documentElement.style.setProperty('--primary-color', "{{ PRIMARY_COLOR }}");
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user