Explorar o código

Merge branch 'test' of https://git.yishihui.com/DeNet/de-net into test

zhangwei %!s(int64=3) %!d(string=hai) anos
pai
achega
cfb633ff0f
Modificáronse 2 ficheiros con 9 adicións e 0 borrados
  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;