| @@ -185,9 +185,9 @@ testdata2 | |||||
| <tr> | <tr> | ||||
| <td>Query</td> | <td>Query</td> | ||||
| <td colspan="2"> | <td colspan="2"> | ||||
| <p> ● objectID:int64 | |||||
| ● offset:int64,偏移量 | |||||
| ● length:int64,读取长度。不存在则读取整个对象 </p> | |||||
| <p> - objectID:int64 | |||||
| - offset:int64,偏移量 | |||||
| - length:int64,读取长度。不存在则读取整个对象 </p> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -272,7 +272,7 @@ testdata2 | |||||
| } | } | ||||
| .api-doc-table td { | .api-doc-table td { | ||||
| padding: 8px 12px; | |||||
| padding: 2px 12px; | |||||
| border-top: 1px solid #eaecef; | border-top: 1px solid #eaecef; | ||||
| background-color: #ffffff; | background-color: #ffffff; | ||||
| } | } | ||||
| @@ -280,12 +280,5 @@ testdata2 | |||||
| .api-doc-table tr:not(:last-child) td:first-child { | .api-doc-table tr:not(:last-child) td:first-child { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| } | } | ||||
| /* .api-doc-table pre { | |||||
| margin: 0; | |||||
| font-family: monospace; | |||||
| font-size: 14px; | |||||
| line-height: 1.5; | |||||
| } */ | |||||
| </style> | </style> | ||||