fix overflow and table repeated

This commit is contained in:
AHKAD 2024-09-17 09:42:11 +00:00
parent b327d6b2d4
commit 0684b599b6
1 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,7 @@ body {
/* margin:0; */
max-width: 1140px;
margin: 0 auto;
overflow: hidden;
/* overflow: hidden; */
/* background-color: rgb(71, 71, 71); */
/* background: linear-gradient(135deg, #7d7e7d 0%, #0e0e0e 100%);
@ -430,11 +430,15 @@ background-color: yellow; /* Change background color for the second column */
#excelTable tr td {
text-align: center;
padding: 0px;
padding: 0px 6px;
background-color: white;
/* border: 1px solid black; */
}
.redtable{
border-color: red;
border-style: solid !important;
}
#excelTableContainer {
margin: auto;
text-align: -webkit-center;