Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8577

Vuetifyでv-text-fieldの中の文字をセンタリングする方法

$
0
0

なんの記事?

Vuetify の v-text-field の中の文字はデフォルトでは左寄せ。
それをセンタリングしたい時にどうするか。

dispbarcode.comを開発した際に実施した内容を記事化しました。

方法

以下のCSSを作成しておき、それを v-text-field に適用する。

.centered-input input {
  text-align: center
}

コード抜粋

index.vue
<!-- 抜粋です --><v-rowrowjustify-centeralign-center><v-colxs12class="d-flex justify-center"><v-text-fieldlabel="code"v-model="barcodeValue"class="centered-input":hide-details="true":change="changeWidth()"placeholder="input code"/></v-col></v-row>

表示例

「code」と「name」のところが v-text-field になっています。
「format」は v-select です。
スクリーンショット 2020-03-01 13.08.28.png

わかっていない点

v-select の文言をセンタリングする方法がわかっていません。
v-text-field と同じ方法ではうまくいきませんでした。(左寄せのまま)

参考

https://stackoverflow.com/questions/52742131/aligning-the-text-to-be-at-the-center-of-a-textfield-in-vuetify


Viewing all articles
Browse latest Browse all 8577

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>