소스 검색

theme design

night-cherry 3 주 전
부모
커밋
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; */