@@ -234,45 +234,51 @@ <h5 data-i18n="tools.curl-converter.urlDiff">URL 差异</h5>
234234 </ div >
235235 < div class ="diff-section " id ="diff-query ">
236236 < h5 data-i18n ="tools.curl-converter.queryDiff "> 查询参数差异</ h5 >
237- < table class ="diff-table ">
238- < thead >
239- < tr >
240- < th data-i18n ="tools.curl-converter.paramName "> 参数名</ th >
241- < th data-i18n ="tools.curl-converter.firstValue "> 第一个值</ th >
242- < th data-i18n ="tools.curl-converter.secondValue "> 第二个值</ th >
243- < th data-i18n ="tools.curl-converter.status "> 状态</ th >
244- </ tr >
245- </ thead >
246- < tbody > </ tbody >
247- </ table >
237+ < div class ="diff-table-container ">
238+ < table class ="diff-table ">
239+ < thead >
240+ < tr >
241+ < th data-i18n ="tools.curl-converter.paramName "> 参数名</ th >
242+ < th data-i18n ="tools.curl-converter.firstValue "> 第一个值</ th >
243+ < th data-i18n ="tools.curl-converter.secondValue "> 第二个值</ th >
244+ < th data-i18n ="tools.curl-converter.status "> 状态</ th >
245+ </ tr >
246+ </ thead >
247+ < tbody > </ tbody >
248+ </ table >
249+ </ div >
248250 </ div >
249251 < div class ="diff-section " id ="diff-headers ">
250252 < h5 data-i18n ="tools.curl-converter.headersDiff "> 请求头差异</ h5 >
251- < table class ="diff-table ">
252- < thead >
253- < tr >
254- < th data-i18n ="tools.curl-converter.headerName "> 请求头</ th >
255- < th data-i18n ="tools.curl-converter.firstValue "> 第一个值</ th >
256- < th data-i18n ="tools.curl-converter.secondValue "> 第二个值</ th >
257- < th data-i18n ="tools.curl-converter.status "> 状态</ th >
258- </ tr >
259- </ thead >
260- < tbody > </ tbody >
261- </ table >
253+ < div class ="diff-table-container ">
254+ < table class ="diff-table ">
255+ < thead >
256+ < tr >
257+ < th data-i18n ="tools.curl-converter.headerName "> 请求头</ th >
258+ < th data-i18n ="tools.curl-converter.firstValue "> 第一个值</ th >
259+ < th data-i18n ="tools.curl-converter.secondValue "> 第二个值</ th >
260+ < th data-i18n ="tools.curl-converter.status "> 状态</ th >
261+ </ tr >
262+ </ thead >
263+ < tbody > </ tbody >
264+ </ table >
265+ </ div >
262266 </ div >
263267 < div class ="diff-section " id ="diff-body ">
264268 < h5 data-i18n ="tools.curl-converter.bodyDiff "> 请求体差异</ h5 >
265- < table class ="diff-table ">
266- < thead >
267- < tr >
268- < th data-i18n ="tools.curl-converter.paramName "> 参数名</ th >
269- < th data-i18n ="tools.curl-converter.firstValue "> 第一个值</ th >
270- < th data-i18n ="tools.curl-converter.secondValue "> 第二个值</ th >
271- < th data-i18n ="tools.curl-converter.status "> 状态</ th >
272- </ tr >
273- </ thead >
274- < tbody > </ tbody >
275- </ table >
269+ < div class ="diff-table-container ">
270+ < table class ="diff-table ">
271+ < thead >
272+ < tr >
273+ < th data-i18n ="tools.curl-converter.paramName "> 参数名</ th >
274+ < th data-i18n ="tools.curl-converter.firstValue "> 第一个值</ th >
275+ < th data-i18n ="tools.curl-converter.secondValue "> 第二个值</ th >
276+ < th data-i18n ="tools.curl-converter.status "> 状态</ th >
277+ </ tr >
278+ </ thead >
279+ < tbody > </ tbody >
280+ </ table >
281+ </ div >
276282 </ div >
277283 </ div >
278284 </ div >
0 commit comments