修改css

This commit is contained in:
wangchengming 2025-09-01 21:39:28 +08:00
parent a54c7ef921
commit 0df2319062

View File

@ -620,8 +620,8 @@ onMounted(() => {
.custom-map-controls {
position: absolute;
top: 20px;
right: 20px;
top: 10px;
right: 10px;
z-index: 1000;
display: flex;
flex-direction: column;
@ -673,28 +673,6 @@ onMounted(() => {
background: url('../../assets/images/icon-map-nofull-screen-active.png');
}
// .map-control-btn {
// padding: 8px 12px;
// background: white;
// border: 1px solid #ccc;
// border-radius: 4px;
// cursor: pointer;
// font-size: 12px;
// box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
// transition: all 0.3s ease;
// }
// .map-control-btn:hover {
// background: #f5f5f5;
// box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
// }
// .map-control-btn:active {
// transform: translateY(1px);
// }
/* 全屏样式 */
.mapContainer:-webkit-full-screen {
width: 100% !important;