Skip to content

Commit

Permalink
Server-demo-v2: fix responsive issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jun 25, 2021
1 parent c3ac60e commit 277ac50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions leshan-server-demo/webapp2/src/components/ClientSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
single-line
dense
hide-details
prefix="Timeout :"
:prefix="$vuetify.breakpoint.mdOnly ? null : 'Timeout :'"
:items="timeoutList"
item-value="val"
item-text="txt"
Expand All @@ -18,7 +18,7 @@
<v-select
single-line
dense
prefix="Single Value :"
:prefix="$vuetify.breakpoint.mdOnly ? null : 'Single Value :'"
hide-details
:items="singleFormatList"
v-model="singleformat"
Expand All @@ -29,7 +29,7 @@
single-line
dense
hide-details
prefix="Multi Value :"
:prefix="$vuetify.breakpoint.mdOnly ? null : 'Multi Value :'"
:items="multiFormatList"
v-model="multiformat"
></v-select>
Expand Down

0 comments on commit 277ac50

Please sign in to comment.