refactor(situational-awareness): 调整强制预设组件中的内边距和背景
This commit is contained in:
parent
0d3fe66668
commit
74ce102b67
@ -222,9 +222,10 @@ const handleDistanceChange = (distance) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: vw(12);
|
gap: vw(12);
|
||||||
padding: vh(10) vw(12);
|
padding: vh(0) vw(12);
|
||||||
// background: rgba(20, 53, 118, 0.3);
|
// background: rgba(20, 53, 118, 0.3);
|
||||||
background: url('../../assets/images/文本线条框.png') no-repeat center center;
|
background: url('../../assets/images/文本线条框.png') no-repeat center center;
|
||||||
|
background-size: 100% 100%;
|
||||||
border-radius: vw(6);
|
border-radius: vw(6);
|
||||||
|
|
||||||
.station-icon {
|
.station-icon {
|
||||||
@ -238,6 +239,7 @@ const handleDistanceChange = (distance) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: vh(4);
|
gap: vh(4);
|
||||||
|
padding: vh(5) 0;
|
||||||
|
|
||||||
.station-name {
|
.station-name {
|
||||||
color: var(--text-white);
|
color: var(--text-white);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user