Browse Source

[edit] style

wenliming 3 năm trước cách đây
mục cha
commit
4489e8bb60
2 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 4 0
      src/iframe/home.js
  2. 5 0
      src/view/components/give-dialog.vue

+ 4 - 0
src/iframe/home.js

@@ -18,3 +18,7 @@ app.use(Button);
 app.use(message);
 app.use(router)
 app.mount('#app')
+
+window.onload= () => {
+    document.title = 'DeNet'
+}

+ 5 - 0
src/view/components/give-dialog.vue

@@ -1306,6 +1306,11 @@ onMounted(() => {
                                 outline: none;
                                 box-sizing: border-box;
                             }
+
+                            input::placeholder {
+                                color: #c5c5c5;
+                            }
+
                             .label {
                                 font-weight: 500;
                                 font-size: 15px;