Commit 22112906 by 陈超

T

parent 2733922d
...@@ -326,6 +326,7 @@ div::-webkit-scrollbar { ...@@ -326,6 +326,7 @@ div::-webkit-scrollbar {
.item_green_button { .item_green_button {
display: flex; display: flex;
box-sizing: border-box;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
......
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
this.showHistory = true this.showHistory = true
}, },
onHotKeyword: function(keyword) { onHotKeyword: function(keyword) {
console.log(keyword)
}, },
onSearch: function() { onSearch: function() {
this.showHistory = false this.showHistory = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment