fix overflow and table repeated
This commit is contained in:
parent
b327d6b2d4
commit
0684b599b6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue