| | |
| | | @import './base.css'; |
| | | |
| | | @import './style/examination.less'; |
| | | #parentApp { |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | .graphBox .graphSelect .lineSegment{ |
| | | width:15px; |
| | | } |
| | | .acitveGraphType{ |
| | | padding:4px; |
| | | background-color: #e0e0e0; |
| | | border-radius: 5px; |
| | | } |
| | | |
| | | .el-input__inner { |
| | | border: none !important; |
| | |
| | | .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{ |
| | | background: rgba(0, 147, 255, 0.21) !important; |
| | | } |
| | | .el-tree-node:focus > .el-tree-node__content, |
| | | .el-tree-node:focus > .el-tree-node__content { |
| | | background: #e0f2ff !important; |
| | | } |
| | | .el-tree-node__content:hover { |
| | | background: rgba(0, 147, 255, 0.21) !important; |
| | | } |
| | |
| | | .icon-tabler-arrow-bar-to-left,.icon-tabler-arrow-bar-to-right{ |
| | | color:#707070 !important; |
| | | } |
| | | |
| | | body { |
| | | --keyboard-zindex: 999999; |
| | | } |