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