| | |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | /**右侧侧操作栏**/ |
| | | .avue-crud__right{ |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | /**表内操作栏**/ |
| | | .avue-crud .avue-crud__menu{ |
| | | min-height: 18px; |
| | | display: flex; |
| | | justify-content: space-around; |
| | | justify-content: flex-start; |
| | | } |
| | | .avue-crud .avue-crud__menu .el-button{ |
| | | |
| | | } |
| | | .avue-crud .avue-crud__menu .el-button--text{ |
| | | padding: 2px 6px; |
| | | padding: 2px 3px; |
| | | display: flex; |
| | | } |
| | | .avue-crud .avue-crud__menu .el-button--text > span { |
| | |
| | | font-size: 12px !important; |
| | | width: 12px !important; |
| | | height: 12px !important; |
| | | margin-right: 6px; |
| | | margin-right: 2px; |
| | | } |
| | | |
| | | .el-table td.el-table__cell div.iconShow{ |
| | |
| | | width: 14px !important; |
| | | height: 14px !important; |
| | | margin-top: -1px; |
| | | margin-right: 3px; |
| | | margin-right: 1px; |
| | | } |
| | | |
| | | /* |