缩小时间框长度跟部分输入框长度,修改app的趋势图图例名

This commit is contained in:
zhanghongqing
2019-01-07 17:11:38 +08:00
parent 9fbcae39fb
commit 4342904f9d
2 changed files with 3 additions and 3 deletions

View File

@@ -561,7 +561,7 @@
// verticalAlign: 'middle'
// },
series: [{
name: 'server',
name: 'Client IP',
data: (function () {
var data = [];
if(sipResult!=null&&sipResult.length>0){
@@ -584,7 +584,7 @@
}())
},
{
name: 'client',
name: 'Server IP',
data: (function () {
var data = [];
if(dipResult!=null&&dipResult.length>0){

View File

@@ -5881,7 +5881,7 @@ Custom color buttons
width: 145px !important; }
.input-medium {
width: 240px !important; }
width: 200px !important; }
.input-large {
width: 320px !important; }