fix: bug#12084

This commit is contained in:
xieyonghong 2023-04-24 11:39:39 +08:00
parent faf9a518e9
commit 1e42dd9475
1 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,8 @@ const handleView = (id: string, triggerType: string) => {
.subTitle {
position: relative;
margin-top: 18px;
display: inline-block;
height: 50px;
.subTitle-title {
position: absolute;
@ -400,6 +402,7 @@ const handleView = (id: string, triggerType: string) => {
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
text-indent: 38px;
}
}
</style>