index.less 276 B

123456789101112131415
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. .doc-infinite-canvas-preview {
  6. position: absolute;
  7. width: 100%;
  8. height: 500px;
  9. button {
  10. border: 1px solid #ccc;
  11. padding: 4px 8px;
  12. border-radius: 4px;
  13. }
  14. }