|
@@ -671,7 +671,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
671
|
671
|
#ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info span{width:14px;}
|
672
|
672
|
#ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align: right; width:calc(100% - 114px);}
|
673
|
673
|
#ITP_MAIN_CONTAINER .itp_graph_area {width:98%; height:300px; border:1px solid #aaa; margin:5px 1%;}
|
674
|
|
-#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:220px; margin:5px;}
|
|
674
|
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:160px; margin:5px;}
|
675
|
675
|
#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left;}
|
676
|
676
|
#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {}
|
677
|
677
|
#ITP_MAIN_CONTAINER #ITP_GRAPH_INFO {height:265px;}
|
|
@@ -685,7 +685,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
685
|
685
|
.itp_note_popup .popup_note .header .header_right button {border: none; background: transparent; margin:3px -5px;}
|
686
|
686
|
.itp_note_popup .popup_note .header .header_right button img {width:22px;}
|
687
|
687
|
.itp_note_popup .popup_note .itp_pop_note_area {background:#fff; height:70vh; border:1px solid #000; border-top:none;}
|
688
|
|
-.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title { display:flex; padding:10px; width:85%; height:45px;}
|
|
688
|
+.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title { display:flex; padding:10px; width:110%; height:45px;}
|
689
|
689
|
.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title label {width:60px; font-size:12pt;}
|
690
|
690
|
.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title span {width:10px;}
|
691
|
691
|
.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; width:calc(100% - 70px);}
|