fix: bug#12084
This commit is contained in:
parent
faf9a518e9
commit
1e42dd9475
|
@ -389,6 +389,8 @@ const handleView = (id: string, triggerType: string) => {
|
||||||
.subTitle {
|
.subTitle {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
|
display: inline-block;
|
||||||
|
height: 50px;
|
||||||
|
|
||||||
.subTitle-title {
|
.subTitle-title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -400,6 +402,7 @@ const handleView = (id: string, triggerType: string) => {
|
||||||
color: rgba(0, 0, 0, 0.65);
|
color: rgba(0, 0, 0, 0.65);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-indent: 38px;
|
text-indent: 38px;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue