Skip to content

Commit

Permalink
fix(tag-selector): modify style
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Jan 26, 2019
1 parent 5bf2b6e commit 80756a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/component/tag-selector/tag-list.tpl.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type ="text/ng-template" id="sanji-tag-selector-list.tpl.html">
<script type="text/ng-template" id="sanji-tag-selector-list.tpl.html">
<md-dialog aria-label="Edit upload tag setting" style="min-width:40%">
<md-toolbar>
<div class="md-toolbar-tools">
Expand All @@ -10,7 +10,8 @@ <h2 translate="TAG_SELECTOR_DIALOG_UPLOAD_EDIT_DIALOG_TITLE"></h2>
</div>
</md-toolbar>
<md-dialog-content class="md-padding">
<md-input-container>
<form>
<md-input-container style="width: 100%">
<label translate="TAG_SELECTOR_DIALOG_FORM_EQUIPMENT"></label>
<md-select ng-model="$ctrl.selectedDevice"
md-on-close="$ctrl.changeTableContent($ctrl.selectedDevice)">
Expand Down

0 comments on commit 80756a1

Please sign in to comment.