1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-05 00:35:02 +08:00

添加字符集限定

This commit is contained in:
carm
2021-11-23 04:11:31 +08:00
parent 1826f08575
commit bacb0b1bed
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -141,7 +141,9 @@
</links> </links>
<detectJavaApiLink>true</detectJavaApiLink> <detectJavaApiLink>true</detectJavaApiLink>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<!--<stylesheetfile>${project.basedir}/style/javadoc.css</stylesheetfile>--> <charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<stylesheetfile>${project.basedir}/style/javadoc.css</stylesheetfile>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
+1 -1
View File
@@ -596,7 +596,7 @@ caption a:visited {
float: left; float: left;
height: 24px; height: 24px;
padding-left: 24px; padding-left: 24px;
/*padding-top: 8px;*/ padding-top: 8px;
white-space: nowrap; white-space: nowrap;
} }