fix: 修改机械设备Card标题bug
This commit is contained in:
parent
b98dff8772
commit
b20fce2d8c
@ -2020,6 +2020,15 @@ function echoPersonMarker(item) {
|
|||||||
margin-top: 1% !important;
|
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 {
|
.bottom-left {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@ -2442,6 +2442,15 @@ function echoPersonMarker(item) {
|
|||||||
margin-top: 1% !important;
|
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 {
|
.bottom-left {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user