|
@@ -55,7 +55,7 @@ style attribute {
|
|
|
}
|
|
|
.ant-table-tbody > tr > td,
|
|
|
.ant-table-thead > tr > th {
|
|
|
- padding: 16px;
|
|
|
+ padding: 12px 16px;
|
|
|
overflow-wrap: break-word;
|
|
|
}
|
|
|
.ant-table-thead > tr > th {
|
|
@@ -92,6 +92,7 @@ style attribute {
|
|
|
}
|
|
|
.ant-table-body {
|
|
|
overflow-x: auto !important;
|
|
|
+ margin: 4px 0;
|
|
|
}
|
|
|
.ant-card-hoverable {
|
|
|
cursor: auto;
|
|
@@ -399,11 +400,6 @@ style attribute {
|
|
|
background-color: rgb(255, 127, 127);
|
|
|
}
|
|
|
|
|
|
-.ant-table-tbody > tr > td,
|
|
|
-.ant-table-thead > tr > th {
|
|
|
- padding: 16px 16px;
|
|
|
-}
|
|
|
-
|
|
|
.ant-table-expand-icon-th,
|
|
|
.ant-table-row-expand-icon-cell {
|
|
|
width: 30px;
|