wenliming %!s(int64=3) %!d(string=hai) anos
pai
achega
bf59e9016d

+ 1 - 1
src/view/components/follow-input.vue

@@ -162,7 +162,7 @@ const onInput = debounce(function(params, index) {
     currentIptIndex.value = index;
     emits("setUser", {index: index, name: params.name})
     getTwitterUsers(params.name)
-}, 800) 
+}, 500) 
 
 const onKeydown = (params, index) => {
     // setIptWidth(index);

+ 1 - 1
src/view/components/give-dialog.vue

@@ -994,12 +994,12 @@ onMounted(() => {
 
                         .currency-select-wrapper {
                             padding: 0 !important;
-                            cursor: pointer;
                             .currency-select {
                                 box-shadow: 3px 0 10px 2px #ececec;
                                 padding: 16px 14px;
                                 border-bottom-left-radius: 12px;
                                 border-top-left-radius: 12px;
+                                cursor: pointer;
                                 .arrow {
                                     margin-left: 5px;
                                 }