Caner 2 years ago
parent
commit
f4e8f3626a
2 changed files with 11 additions and 1 deletions
  1. 2 1
      src/App.vue
  2. 9 0
      src/components/login.vue

+ 2 - 1
src/App.vue

@@ -308,7 +308,6 @@ video {
   overflow: hidden;
   overflow: hidden;
   border-top-left-radius: 20px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   border-top-right-radius: 20px;
-  padding-left: 1.5rem;
 
 
   &>div {
   &>div {
     display: flex;
     display: flex;
@@ -319,6 +318,8 @@ video {
     justify-content: center;
     justify-content: center;
     flex: 1;
     flex: 1;
     -webkit-app-region: drag;
     -webkit-app-region: drag;
+    padding-left: 1.1rem;
+    height: 100%;
 
 
     &>* {
     &>* {
       margin: 0 0.18rem;
       margin: 0 0.18rem;

+ 9 - 0
src/components/login.vue

@@ -28,6 +28,12 @@ watch([ name, room, url ], ([ _, __, ___ ], [ _o, __o, ___o ]) => {
 <template>
 <template>
   <div class="login">
   <div class="login">
     <div class="login-title">
     <div class="login-title">
+      <Icon
+        name="min"
+        :size="15"
+        color="#fff"
+        @click="titleEvent('minWin')"
+      />
       <Icon
       <Icon
         name="close"
         name="close"
         :size="15"
         :size="15"
@@ -111,6 +117,9 @@ watch([ name, room, url ], ([ _, __, ___ ], [ _o, __o, ___o ]) => {
     top: 0.12rem;
     top: 0.12rem;
     cursor: pointer;
     cursor: pointer;
     -webkit-app-region: no-drag;
     -webkit-app-region: no-drag;
+    &>svg:last-child{
+      margin-left: 0.1rem;
+    }
   }
   }
 
 
   &-content {
   &-content {