Skip to content

Commit 6c2e6e6

Browse files
authored
Update index.html
1 parent 84b440e commit 6c2e6e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
}
3535

3636
input {
37-
width: 100%;
38-
height: 100%;
37+
width: 30px auto;
38+
padding: 5px;
3939
border: none;
4040
text-align: center;
4141
background-color: transparent;
@@ -60,8 +60,8 @@
6060

6161
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
6262
<script>
63-
const rows = 20;
64-
const cols = 20;
63+
const rows = 3000;
64+
const cols = 1000;
6565
const table = document.getElementById('excelTable');
6666
const formulaInput = document.getElementById('formulaInput');
6767

0 commit comments

Comments
 (0)