首页:调整标题
This commit is contained in:
parent
8018c2abed
commit
3cb62feeb4
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user