You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2018/09/12 09:59:58 UTC

[incubator-dubbo-ops] branch develop updated: enhance table for routing rule

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


The following commit(s) were added to refs/heads/develop by this push:
     new a2342ee  enhance table for routing rule
a2342ee is described below

commit a2342ee11b56f895715a61c403c1bdabb7dcaae7
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Wed Sep 12 17:59:37 2018 +0800

    enhance table for routing rule
---
 dubbo-admin-frontend/src/components/RoutingRule.vue | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dubbo-admin-frontend/src/components/RoutingRule.vue b/dubbo-admin-frontend/src/components/RoutingRule.vue
index 1f19dec..9401c55 100644
--- a/dubbo-admin-frontend/src/components/RoutingRule.vue
+++ b/dubbo-admin-frontend/src/components/RoutingRule.vue
@@ -33,20 +33,23 @@
 
     <v-flex lg12>
       <v-card>
-        <v-toolbar card dense color="transparent">
-          <v-toolbar-title><h4>Search Result</h4></v-toolbar-title>
+        <v-toolbar flat color="transparent" class="elevation-0">
+          <v-toolbar-title><span class="headline">Search Result</span></v-toolbar-title>
+          <v-divider
+            class="mx-2"
+            inset
+            vertical
+          ></v-divider>
           <v-spacer></v-spacer>
           <v-btn outline color="primary" @click.stop="openDialog" class="mb-2">CREATE</v-btn>
         </v-toolbar>
 
-        <v-divider></v-divider>
-
         <v-card-text class="pa-0">
           <v-data-table
             :headers="headers"
             :items="routingRules"
             hide-actions
-            class="elevation-1"
+            class="elevation-0"
           >
             <template slot="items" slot-scope="props">
               <td>{{ props.item.rule }}</td>