diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-18 10:02:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-18 10:02:32 +0900 |
| commit | 1edcd136a40f74323f0e9938359168d18d5259fe (patch) | |
| tree | 0329d7fe33abc0d523f1e19ec05f66252dbbf0e1 /src | |
| parent | :art: (diff) | |
| download | sharkey-1edcd136a40f74323f0e9938359168d18d5259fe.tar.gz sharkey-1edcd136a40f74323f0e9938359168d18d5259fe.tar.bz2 sharkey-1edcd136a40f74323f0e9938359168d18d5259fe.zip | |
Revert ":art:"
This reverts commit 9883c751dabb2d6c8e54c3d367626562f4b13ab4.
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/ui/input.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/ui/input.vue b/src/client/app/common/views/components/ui/input.vue index 1ebf588507..a960c3a3c4 100644 --- a/src/client/app/common/views/components/ui/input.vue +++ b/src/client/app/common/views/components/ui/input.vue @@ -7,7 +7,7 @@ </div> <span class="label" ref="label"><slot></slot></span> <span class="title" ref="title"><slot name="title"></slot></span> - <div class="prefix" ref="prefix"><span><slot name="prefix"></slot></span></div> + <div class="prefix" ref="prefix"><slot name="prefix"></slot></div> <template v-if="type != 'file'"> <input ref="input" :type="type" @@ -37,7 +37,7 @@ @change="onChangeFile" > </template> - <div class="suffix" ref="suffix"><span><slot name="suffix"></slot></span></div> + <div class="suffix" ref="suffix"><slot name="suffix"></slot></div> </div> <div class="toggle" v-if="withPasswordToggle"> <a @click='togglePassword'> |