瀏覽代碼

Поправки

Book Pauk 6 年之前
父節點
當前提交
5b69c7cfca
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      client/components/share/Window.vue

+ 2 - 1
client/components/share/Window.vue

@@ -29,8 +29,8 @@ class Window extends Vue {
     flex: 1;
     display: flex;
     flex-direction: column;
-    background-color: #e5e7ea;
     margin: 10px;
+    background-color: #ffffff;
     border: 3px double black;
     border-radius: 4px;
     box-shadow: 3px 3px 5px black;
@@ -39,6 +39,7 @@ class Window extends Vue {
 .header {
     display: flex;
     justify-content: flex-end;
+    background-color: #e5e7ea;
     align-items: center;
     height: 40px;
 }