index.css 139 B

12345678910
  1. .card-handle {
  2. cursor: move;
  3. background: #595959;
  4. color: white;
  5. border-radius: 5px;
  6. }
  7. .layout-Item{
  8. width: 100%;
  9. }