Skip to content

Commit

Permalink
pretty btn
Browse files Browse the repository at this point in the history
  • Loading branch information
fdq09eca committed Nov 16, 2023
1 parent 84e2cbb commit 1fd1acb
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions demo/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ export default {
components: {
Map,
},
data() {
return {};
},
methods: {
addMap() {
useMapStore().createMapComponent(this.$el);
Expand Down Expand Up @@ -51,18 +48,22 @@ body {
position: absolute;
top: 90vh;
left: 40vw;
z-index: 1000;
z-index: 99;
display: flex;
flex-direction: row;
justify-content: space-around;
width: 250px;
}
button {
width: 100px;
height: 50px;
border-radius: 10px;
}
#remove-map-btn {
background-color: red;
color: white;
width: 100px;
height: 50px;
font-weight: bold;
}
Expand All @@ -75,8 +76,6 @@ body {
#add-map-btn {
background-color: blue;
color: white;
width: 100px;
height: 50px;
font-weight: bold;
}
Expand Down

0 comments on commit 1fd1acb

Please sign in to comment.