123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- .o2_statement_statementDesignerNode {
- height : 360px;
- overflow: hidden;
- padding: 20px;
- box-shadow: 0 0 10px #999999;
- background: #f3f3f3;
- border-bottom: 1px solid #cccccc;
- }
- .o2_statement_statementDesignerFormatLine {
- overflow:hidden;
- line-height: 30px;
- border-bottom: 1px solid #666666;
- }
- .o2_statement_statementDesignerFormatTitle {
- font-weight: bold;
- float: left;
- margin-right: 10px;
- }
- .o2_statement_statementDesignerLine {
- margin-top: 5px;
- overflow: hidden;
- line-height: 30px;
- }
- .o2_statement_statementDesignerLine div {
- height: 30px;
- line-height: 30px;
- float: left;
- margin-right: 10px;
- user-select: text;
- }
- .o2_statement_statementDesignerSelectTable {
- width: 80px;
- margin-top: 3px;
- height: 20px !important;
- text-align: center;
- line-height: 20px !important;
- border: 1px solid #cccccc;
- border-radius: 3px;
- background-color: #ffffff;
- cursor: pointer;
- }
- .o2_statement_statementDesignerTableContent{
- min-width: 30px;
- }
- .o2_statement_statementDesignerTitle {
- font-weight: bold;
- }
- .o2_statement_statementDesignerJpqlLine {
- height: 260px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementDesignerCountJpqlLine {
- height: 260px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementDesignerScript {
- height: 260px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementDesignerCountScript {
- height: 260px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementDesignerSqlLine {
- height: 260px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementDesignerCountSqlLine {
- height: 260px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementDesignerSqlScript {
- height: 260px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementDesignerCountSqlScript {
- height: 260px;
- margin-top: 10px;
- border: 1px solid #cccccc;
- background: #ffffff;
- }
- .o2_statement_statementRunDefaultNode {
- /*overflow: auto;*/
- /*float: left;*/
- background: #ffffff;
- }
- .o2_statement_statementRunNode {
- margin-top: 10px;
- padding: 0px;
- box-shadow: 0 0 10px #999999;
- background: #f3f3f3;
- border-bottom: 1px solid #cccccc;
- }
- .o2_statement_statementRunContentNode {
- overflow: hidden;
- }
- .o2_statement_statementRunLeftNode{
- height: 100%;
- width: 47%;
- /*overflow: auto;*/
- float: left;
- background: #ffffff;
- }
- .o2_statement_statementRunTitleNode{
- height: 30px;
- line-height: 30px;
- color: #333;
- padding: 0 10px;
- font-size: 14px;
- text-align: center;
- background-color: #eeeeee;
- }
- .o2_statement_statementRunFilterNode{
- height: calc( 50% - 50px );
- width: 100%;
- overflow: hidden;
- background: #ffffff;
- }
- .o2_statement_statementRunJsonNode {
- height: calc( 50% - 50px );
- width: 100%;
- overflow: hidden;
- background: #ffffff;
- }
- .o2_statement_statementRunInputNode{
- border-top: 1px solid #999;
- padding-top: 5px;
- height: 40px;
- width: 100%;
- overflow: hidden;
- background: #ffffff;
- }
- /*.o2_statement_statementRunJsonNode {*/
- /* height: 100%;*/
- /* width: 40%;*/
- /* overflow: hidden;*/
- /* float: left;*/
- /* background: #ffffff;*/
- /*}*/
- .o2_statement_statementRunActionNode {
- height: 100%;
- width: 8%;
- overflow: hidden;
- float: left;
- background: #f3f3f3;
- }
- .o2_statement_statementRunResultNode {
- height: 100%;
- width: 45%;
- overflow: auto;
- float: left;
- background: #ffffff;
- }
- .o2_statement_statementRunActionContent {
- height: 50px;
- width: 50px;
- background: url("../x_component_query_StatementDesigner/$Statement/default/icon/run.png") center center no-repeat;
- position: relative;
- top:45%;
- margin: auto;
- cursor: pointer;
- }
- .o2_statement_tabNode{
- height: 32px;
- }
- .o2_statement_statementJpqlTabNode{
- height: 32px;
- }
- .o2_statement_resizeNode{
- height: 3px;
- background-color: #505050;
- cursor: row-resize;
- }
- .o2_statement_help{
- float: right;
- height: 16px;
- width: 16px;
- margin-top:7px;
- cursor: pointer;
- background: url("../x_component_process_FormDesigner/$Main/default/formtoolbar/question.png") center center no-repeat;
- }
|