1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00: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

View File

@ -141,7 +141,9 @@
</links>
<detectJavaApiLink>true</detectJavaApiLink>
<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>
<executions>
<execution>

View File

@ -596,7 +596,7 @@ caption a:visited {
float: left;
height: 24px;
padding-left: 24px;
/*padding-top: 8px;*/
padding-top: 8px;
white-space: nowrap;
}