| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- .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 {
- height:30px;
- 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;
- height: 30px;
- line-height: 30px;
- }
- .o2_statement_statementDesignerLine div {
- height: 30px;
- line-height: 30px;
- float: left;
- margin-right: 10px;
- }
- .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_statementRunNode {
- margin-top: 10px;
- padding: 0px;
- box-shadow: 0 0 10px #999999;
- background: #f3f3f3;
- border-bottom: 1px solid #cccccc;
- }
- .o2_statement_statementRunTitleNode{
- height: 26px;
- line-height: 26px;
- color: #ffffff;
- padding: 0 10px;
- font-size: 14px;
- text-align: center;
- background-color: #505050;
- }
- .o2_statement_statementRunContentNode {
- overflow: hidden;
- }
- .o2_statement_statementRunJsonNode {
- height: 100%;
- width: 40%;
- overflow: auto;
- float: left;
- background: #ffffff;
- }
- .o2_statement_statementRunActionNode {
- height: 100%;
- width: 8%;
- overflow: hidden;
- float: left;
- background: #f3f3f3;
- }
- .o2_statement_statementRunResultNode {
- height: 100%;
- width: 52%;
- 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;
- }
|