首页:调整标题

This commit is contained in:
fengrong 2024-11-21 10:26:04 +08:00
parent 8018c2abed
commit 3cb62feeb4
2 changed files with 12 additions and 1 deletions

View File

@ -230,6 +230,14 @@
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>

View File

@ -424,7 +424,6 @@ $labelHeight: 30px;
} }
@mixin cardlabel { @mixin cardlabel {
.cardLabel { .cardLabel {
width: 200px;
height: $labelHeight; height: $labelHeight;
font-size: 18px; font-size: 18px;
font-weight: 600; font-weight: 600;
@ -558,12 +557,16 @@ $labelHeight: 30px;
} }
.homeHeader{ .homeHeader{
display: flex; display: flex;
.cardLabel{
width: 100px;
}
} }
.realAlert{ .realAlert{
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
line-height: 30px; line-height: 30px;
width: 100%;
p{ p{
padding-right: 30px; padding-right: 30px;
display: inline-block; display: inline-block;