@@ -521,9 +521,6 @@ class UsagePage extends BaseListPage {
521521 trigger : "axis" ,
522522 axisPointer : {
523523 type : "cross" ,
524- crossStyle : {
525- color : "#999" ,
526- } ,
527524 } ,
528525 } ,
529526 legend : {
@@ -661,13 +658,10 @@ class UsagePage extends BaseListPage {
661658 height : "400px" ,
662659 width : "100%" ,
663660 display : "inline-block" ,
664- backgroundColor : "#fff" ,
665661 } }
666662 showLoading = { this . state . usages === null }
667663 loadingOption = { {
668664 color : localStorage . getItem ( "themeColor" ) ,
669- textColor : "#000" ,
670- maskColor : "rgba(255, 255, 255, 0.8)" ,
671665 fontSize : "16px" ,
672666 spinnerRadius : 6 ,
673667 lineWidth : 3 ,
@@ -683,13 +677,10 @@ class UsagePage extends BaseListPage {
683677 height : "400px" ,
684678 width : "100%" ,
685679 display : "inline-block" ,
686- backgroundColor : "#fff" ,
687680 } }
688681 showLoading = { this . state . usages === null }
689682 loadingOption = { {
690683 color : localStorage . getItem ( "themeColor" ) ,
691- textColor : "#000" ,
692- maskColor : "rgba(255, 255, 255, 0.8)" ,
693684 fontSize : "16px" ,
694685 spinnerRadius : 6 ,
695686 lineWidth : 3 ,
@@ -714,13 +705,10 @@ class UsagePage extends BaseListPage {
714705 height : "400px" ,
715706 width : "48%" ,
716707 display : "inline-block" ,
717- backgroundColor : "#fff" ,
718708 } }
719709 showLoading = { rangeUsages === null }
720710 loadingOption = { {
721711 color : localStorage . getItem ( "themeColor" ) ,
722- textColor : "#000" ,
723- maskColor : "rgba(255, 255, 255, 0.8)" ,
724712 fontSize : "16px" ,
725713 spinnerRadius : 6 ,
726714 lineWidth : 3 ,
@@ -734,13 +722,10 @@ class UsagePage extends BaseListPage {
734722 height : "400px" ,
735723 width : "48%" ,
736724 display : "inline-block" ,
737- backgroundColor : "#fff" ,
738725 } }
739726 showLoading = { rangeUsages === null }
740727 loadingOption = { {
741728 color : localStorage . getItem ( "themeColor" ) ,
742- textColor : "#000" ,
743- maskColor : "rgba(255, 255, 255, 0.8)" ,
744729 fontSize : "16px" ,
745730 spinnerRadius : 6 ,
746731 lineWidth : 3 ,
@@ -755,7 +740,7 @@ class UsagePage extends BaseListPage {
755740
756741 render ( ) {
757742 return (
758- < div style = { { backgroundColor : "white" } } >
743+ < div >
759744 < Row style = { { marginTop : "20px" } } >
760745 < Col span = { 1 } />
761746 < Col span = { 17 } >
0 commit comments