This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git

commit 990aebb0dd13c932f4f56c8fd9723e958ce6a0db
Author: beiwei30 <ian....@gmail.com>
AuthorDate: Wed Sep 12 11:28:37 2018 +0800

    make button larger
---
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue 
b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index ec59a09..68fdfe5 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -46,7 +46,7 @@
                       </v-list-tile>
                     </v-list>
                   </v-menu>
-                  <v-btn @click="submit" color="primary"  >Search</v-btn>
+                  <v-btn @click="submit" color="primary" large>Search</v-btn>
                 <!--</v-flex>-->
               </v-layout>
             </v-form>

Reply via email to