| | |
| | | .el-table .sort-caret.descending{ |
| | | bottom: 0; |
| | | } |
| | | |
| | | /****处理固定列错行问题****/ |
| | | .el-table .el-table__fixed,.el-table .el-table__fixed-right{ |
| | | height: 100% !important; |
| | | } |
| | | .el-table__fixed .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-body-wrapper{ |
| | | height: calc(100% - 37px) !important; |
| | | top:37px !important; |
| | | } |
| | | /* |
| | | 分页 |
| | | */ |
| | |
| | | height: 16px !important; |
| | | margin-right: 6px; |
| | | } |
| | | |
| | | /* |
| | | 树 |
| | | */ |
| | |
| | | margin-right: 3px; |
| | | } |
| | | .el-tree-node__label [class*=" el-icon-"],.el-tree-node__label [class^=el-icon-]{ |
| | | font-size: 14px;margin-top: 3px; |
| | | font-size: 14px;margin-top: 4px; margin-right: 3px; |
| | | } |
| | | |
| | | .el-select{ |