| | |
| | | </el-switch> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="operation" label="操作" width="500"> |
| | | <el-table-column prop="operation" label="操作" width="366"> |
| | | <template slot-scope="scope"> |
| | | <div class="operation"> |
| | | <!-- <span @click="handleChangeRole(scope.row)">修改角色</span> --> |
| | |
| | | |
| | | header { |
| | | background-color: #09152f; |
| | | |
| | | border: 1pox solid #fff; |
| | | .headerContent { |
| | | padding: 0 40px; |
| | | display: flex; |
| | |
| | | |
| | | main { |
| | | background-color: #09152f; |
| | | margin-top: 20px; |
| | | padding-top: 20px; |
| | | // padding: 0 40px; |
| | | padding-bottom: 50px; |
| | | |
| | | border: 1pox solid #fff; |
| | | .mainTitle { |
| | | line-height: 60px; |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .el-dialog__header,.el-dialog__body{ |
| | | background-color: #06122c; |
| | | } |
| | | .el-table .warning-row { |
| | | background: #06122c; |
| | | } |