fix(core): update

This commit is contained in:
2023-09-07 18:34:38 +02:00
parent 67065b1ffb
commit 00ac83f205
6 changed files with 123 additions and 62 deletions

View File

@ -62,7 +62,7 @@ export class DeesTable<T> extends DeesElement {
position: absolute;
width: 100%;
height: 100%;
padding: 60px;
padding: 20px;
background: #000000;
}
</style>