diff --git a/src/App.vue b/src/App.vue
index d3e2d89..8f6d51d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -3,15 +3,13 @@
-
+
+
@@ -27,7 +25,6 @@
}
#app {
- font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -43,15 +40,15 @@
.titlebar {
position: fixed;
- display: flex;
-
width: 100vw;
height: 54px;
-webkit-user-select: none;
-webkit-app-region: drag;
- background-color: #EBEBEB;
+ background-color: red;
+
+ opacity: 0.0;
border: none;
outline:none;
@@ -59,7 +56,8 @@
}
.menu {
- margin-left: 13px;
+ position: fixed;
+ margin-left: 20px;
margin-top: 20px;
}
diff --git a/src/components/messageView/index.vue b/src/components/messageView/index.vue
index 261e718..d75ef73 100644
--- a/src/components/messageView/index.vue
+++ b/src/components/messageView/index.vue
@@ -4,6 +4,7 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
:viewBox="scrollView"
+ @click="emittMessage"
>
@@ -21,6 +22,12 @@