[Docs] Update two-column table wrapper (#726)

* update two-column table wrapper

* update chinese
This commit is contained in:
Mashiro 2022-11-18 01:03:28 +08:00 committed by Zaida Zhou
parent bfe7d2d467
commit 288a7f4abc
2 changed files with 20 additions and 1 deletions

View File

@ -7,3 +7,11 @@ table.colwidths-auto td {
height: 40px;
width: 130px;
}
.two-column-table-wrapper {
width: 50%;
max-width: 300px;
overflow-x: auto;
}
.two-column-table-wrapper .highlight {
width: 1500px
}

View File

@ -1,9 +1,20 @@
table.colwidths-auto td {
width: 50%
width: 50%
}
.header-logo {
background-image: url("../image/mmengine-logo.png");
background-size: 130px 40px;
height: 40px;
width: 130px;
}
.two-column-table-wrapper {
width: 50%;
max-width: 300px;
overflow-x: auto;
}
.two-column-table-wrapper .highlight {
width: 1500px
}