fix: 修改机械设备Card标题bug

This commit is contained in:
vce 2024-03-22 20:31:37 +08:00
parent b98dff8772
commit b20fce2d8c
2 changed files with 18 additions and 0 deletions

View File

@ -2020,6 +2020,15 @@ function echoPersonMarker(item) {
margin-top: 1% !important;
}
}
:deep(.titltText) {
margin: 0 0 0 0;
height: 100%;
margin-left: 0.08rem;
margin-top: -0.025rem;
display: flex;
align-items: center;
letter-spacing: 0.01rem;
}
.bottom-left {
width: 100%;
height: 100%;

View File

@ -2442,6 +2442,15 @@ function echoPersonMarker(item) {
margin-top: 1% !important;
}
}
:deep(.titltText) {
// margin: 0 0 0 0;
// height: 100%;
// margin-left: 0.08rem;
// margin-top: -0.025rem;
// display: flex;
// align-items: center;
// letter-spacing: 0.01rem;
}
.bottom-left {
width: 100%;
height: 100%;