更新文档

This commit is contained in:
2025-02-23 13:46:07 +08:00
parent 99d2daeddf
commit f1fdc98268
6 changed files with 45 additions and 18 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 44 KiB

+12 -3
View File
@@ -24,13 +24,22 @@ table.gridtable td {
}
table.invisibletable {
border-collapse: collapse;
border: 0px;
width: 100%;
}
table.invisibletable tr {
border: 0px;
background-color: #ffffff00;
}
table.invisibletable th {
border: 0px;
padding: 0px;
background-color: #ffffff00;
}
table.invisibletable td {
border: 0px;
padding: 0px;
background-color: #ffffff;
background-color: #ffffff00;
}