feat: integrate luckysheet inline and fullscreen

This commit is contained in:
liaibo
2025-11-23 17:22:35 +08:00
parent c8e479aeab
commit 994dd4e67c
529 changed files with 403413 additions and 201 deletions
@@ -0,0 +1,33 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body,
#app,
.luckysheetContainer {
width: 100vw;
height: 100vh;
overflow: hidden;
}
#app {
display: flex;
}
iframe {
flex: 1;
}
.left {
position: relative;
height: 100%;
width: 100%;
}
.right {
position: relative;
flex: 1;
}