File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ccap.work
1+ ccap.work
Original file line number Diff line number Diff line change 461461 display : block;
462462 }
463463
464- html [lang = "en" ] .lang-en-inline {
464+ html [lang = "en" ] .lang-en-inline ,
465+ html [lang = "en" ] span .lang-en {
465466 display : inline;
466467 }
467468
468- html [lang = "zh" ] .lang-zh-inline {
469+ html [lang = "zh" ] .lang-zh-inline ,
470+ html [lang = "zh" ] span .lang-zh {
469471 display : inline;
470472 }
471473 </ style >
@@ -732,12 +734,9 @@ <h2 class="section-title lang-zh">系统要求</h2>
732734 < table class ="requirements-table ">
733735 < thead >
734736 < tr >
735- < th class ="lang-en "> Platform</ th >
736- < th class ="lang-zh "> 平台</ th >
737- < th class ="lang-en "> Compiler</ th >
738- < th class ="lang-zh "> 编译器</ th >
739- < th class ="lang-en "> Requirements</ th >
740- < th class ="lang-zh "> 要求</ th >
737+ < th > < span class ="lang-en "> Platform</ span > < span class ="lang-zh "> 平台</ span > </ th >
738+ < th > < span class ="lang-en "> Compiler</ span > < span class ="lang-zh "> 编译器</ span > </ th >
739+ < th > < span class ="lang-en "> Requirements</ span > < span class ="lang-zh "> 要求</ span > </ th >
741740 </ tr >
742741 </ thead >
743742 < tbody >
You can’t perform that action at this time.
0 commit comments