修改css
This commit is contained in:
parent
a54c7ef921
commit
0df2319062
|
@ -620,8 +620,8 @@ onMounted(() => {
|
||||||
|
|
||||||
.custom-map-controls {
|
.custom-map-controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20px;
|
top: 10px;
|
||||||
right: 20px;
|
right: 10px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -672,29 +672,7 @@ onMounted(() => {
|
||||||
.map-full-screen:hover {
|
.map-full-screen:hover {
|
||||||
background: url('../../assets/images/icon-map-nofull-screen-active.png');
|
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 {
|
.mapContainer:-webkit-full-screen {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user