| | |
| | | .UI-dynamic > .avue-crud{ |
| | | height: 100%; |
| | | } |
| | | |
| | | /* |
| | | svg图标 |
| | | */ |
| | | .iconShow svg{ |
| | | fill: currentColor; |
| | | } |
| | | /* |
| | | 表单 |
| | | */ |
| | |
| | | } |
| | | |
| | | |
| | | /***按钮框****/ |
| | | /*** |
| | | 按钮 |
| | | ****/ |
| | | .tree-buttons .el-button{ |
| | | margin: 0 5px 5px 0; |
| | | } |
| | |
| | | -ms-flex-pack: center; |
| | | justify-content: center; |
| | | } |
| | | /*图标**/ |
| | | .el-button--small.button-custom-icon > span .iconShow{ |
| | | font-size: 16px !important; |
| | | width: 16px !important; |
| | | height: 16px !important; |
| | | margin-right: 6px; |
| | | } |
| | | |
| | | /* |
| | | 树 |
| | | */ |
| | |
| | | .el-tree .el-tree-node__loading-icon{ |
| | | display: none !important; |
| | | } |
| | | /*图标**/ |
| | | .el-tree-node__label .iconShow{ |
| | | display: inline-block; |
| | | width: 14px !important; |
| | |
| | | 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{ |