瀏覽代碼

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; */