night-cherry 3 недель назад
Родитель
Сommit
888a912481
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      component/approve/Login.vue
  2. 1 1
      style/index.css

+ 2 - 2
component/approve/Login.vue

@@ -17,12 +17,12 @@ export default {
 </div>
 </template>
 <style scoped>
-/* .login{
+.login{
   width:80%;
   height:50%;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: bisque;
-} */
+}
 </style>

+ 1 - 1
style/index.css

@@ -41,7 +41,7 @@ dialog{
     border-radius: 15px;
     position: relative;
     background-color: var(--body-background-color);
-    opacity: 0.5;
+    opacity: 0.9;
 }
 dialog::backdrop{
     /* background-color: #121929; */