* { margin: 0; padding: 0; } html, body, #app, .wrapper { width: 100%; height: 100%; background-color: #000000; overflow: hidden; } .el-popover{ background-color: rgb(36,36,36) !important; border-color: rgb(36,36,36) !important; } .el-table{ border-color: rgb(36,36,36) !important; } .el-table__row>td{ border-color: rgb(36,36,36) !important; } .el-table::before { height: 0px !important; } .el-table::after { height: 0px !important; } .el-dialog{ background-color: rgb(36,36,36) !important; } .el-form-item__label{ color: rgb(220, 220, 220) !important; } .el-dialog__title{ color: rgb(220, 220, 220) !important; } .el-input__inner{ background-color: rgb(100,100,100) !important; color: rgb(220, 220, 220) !important; }