perf: 优化task执行数据显示

pull/10432/head
“huailei000” 2023-05-11 17:10:10 +08:00
parent f06059837d
commit ff4f01fb56
1 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,7 @@
<script src="{% static 'js/plugins/xterm/addons/fit/fit.js' %}"></script>
<link rel="stylesheet" href="{% static 'js/plugins/xterm/xterm.css' %}" />
<link rel="shortcut icon" href="{{ INTERFACE.favicon }}" type="image/x-icon">
<script src="{% url 'javascript-catalog' %}"></script>
<script src="{% static "js/jumpserver.js" %}?_=9"></script>
<style>
body {
@ -46,17 +47,18 @@
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 6px 8px;
padding: 6px 8px 6px 24px;
margin: 0;
background-color: #F3F3F5;
}
.info .item {
flex: auto;
list-style: none;
list-style-type: square;
font-size: 14px;
color: #585757;
}
.info .item .value {
color: #313132;
color: black;
}
</style>
</head>