首页:调整标题

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>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
</plugins>
</build>

View File

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