mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-06 04:21:51 +00:00
后台监控页面样式修改
This commit is contained in:
parent
0afd929c30
commit
5d30b9f46d
@ -5,7 +5,7 @@ require(["jquery", "chart"], function ($, Chart) {
|
||||
datasets: [
|
||||
{
|
||||
label: "2222222",
|
||||
fillColor: "rgba(50,187,205,0.2)",
|
||||
fillColor: "rgba(255,255,255,0.2)",
|
||||
strokeColor: "rgba(151,187,205,1)",
|
||||
pointColor: "rgba(151,187,205,1)",
|
||||
pointStrokeColor: "#fff",
|
||||
@ -33,7 +33,7 @@ require(["jquery", "chart"], function ($, Chart) {
|
||||
},
|
||||
{
|
||||
label: "2222222",
|
||||
fillColor: "rgba(50,187,205,0.2)",
|
||||
fillColor: "rgba(255,255,255,0.2)",
|
||||
strokeColor: "rgba(151,187,205,1)",
|
||||
pointColor: "rgba(151,187,205,1)",
|
||||
pointStrokeColor: "#fff",
|
||||
@ -52,7 +52,7 @@ require(["jquery", "chart"], function ($, Chart) {
|
||||
datasets: [
|
||||
{
|
||||
label: "2222222",
|
||||
fillColor: "rgba(50,187,205,0.2)",
|
||||
fillColor: "rgba(255,255,255,0.2)",
|
||||
strokeColor: "rgba(151,187,205,1)",
|
||||
pointColor: "rgba(151,187,205,1)",
|
||||
pointStrokeColor: "#fff",
|
||||
@ -62,7 +62,7 @@ require(["jquery", "chart"], function ($, Chart) {
|
||||
},
|
||||
{
|
||||
label: "2222222",
|
||||
fillColor: "rgba(50,187,205,0.2)",
|
||||
fillColor: "rgba(255,255,255,0.2)",
|
||||
strokeColor: "rgba(252,214,48,1)",
|
||||
pointColor: "rgba(252,214,48,1)",
|
||||
pointStrokeColor: "#fff",
|
||||
|
@ -110,7 +110,7 @@
|
||||
<img src="/static/img/loading.gif" id="loading-gif">
|
||||
<!-- custom body begin -->
|
||||
|
||||
<div ms-include-src="template_url" data-include-rendered="hide_loading"></div>
|
||||
<div ms-include-src="template_url" data-include-rendered="hide_loading" data-include-replace="true"></div>
|
||||
|
||||
<!-- custom body end -->
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div ms-controller="monitor" class="col-lg-9">
|
||||
<div class="col-md-9">
|
||||
<h1>服务器监控</h1>
|
||||
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user