update 调整大屏各个模块参数及样式

This commit is contained in:
zk
2024-05-16 15:53:04 +08:00
parent adca7ae65e
commit 45aec85fad
12 changed files with 238 additions and 89 deletions
+3 -3
View File
@@ -26,7 +26,7 @@
</div>
<div class="con-item">
<span>发生地点</span>
<span>{{ userInfo?.address }}</span>
<span>{{ userInfo?.address || userInfo?.gpsErrorMsg }}</span>
</div>
</div>
</template>
@@ -57,7 +57,7 @@
.police-con {
color: #ffffff;
background-color: #00152b;
border: 1px solid #129bff;
//border: 1px solid #129bff;
padding: 2% 0 2% 5%;
.sub-text {
@@ -84,4 +84,4 @@
}
}
}
</style>
</style>