$ 0 0 背景エラー文言とかを入れるdivがvuetify使うとデフォルトでついてくるデフォルトはmin-height 12pxだからレイアウトが結構崩れるので0pxにしたい解決deep selectorで解決<style>>>>.v-messages{min-height:0px!important;}</style> 参考https://stackoverflow.com/questions/50985783/vuetify-css-not-working-taking-effect-inside-component