* Adjust mr view page style.

This commit is contained in:
caoyanyi
2023-11-14 11:16:42 +08:00
parent 28fb2f6bdf
commit 735379c90b
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -193,7 +193,8 @@ $lang->mr->commandDocument = <<< EOD
</p>
<p>
step 4. Push the result of the merge to Git
<pre> git push origin "%s" </pre>
<pre>
git push origin "%s" </pre>
</p>
</div>
EOD;
+2 -1
View File
@@ -193,7 +193,8 @@ $lang->mr->commandDocument = <<< EOD
</p>
<p>
step 4. Push the result of the merge to Git
<pre> git push origin "%s" </pre>
<pre>
git push origin "%s" </pre>
</p>
</div>
EOD;
+2 -1
View File
@@ -193,7 +193,8 @@ $lang->mr->commandDocument = <<< EOD
</p>
<p>
step 4. Push the result of the merge to Git
<pre> git push origin "%s" </pre>
<pre>
git push origin "%s" </pre>
</p>
</div>
EOD;
+2 -1
View File
@@ -193,7 +193,8 @@ $lang->mr->commandDocument = <<< EOD
</p>
<p>
第 4 步. 将合并结果推送到Git
<pre> git push origin "%s" </pre>
<pre>
git push origin "%s" </pre>
</p>
</div>
EOD;