相关部分是:
<v-list-tile>
<v-list-tile-content>
<div>
This is some content that's a little tall.<br />
Maybe there's a lot of stuff that goes here.<br />
Or maybe I'm using a third party control.<br />
Either way, how can I adjust the height?
</div>
</v-list-tile-content>
</v-list-tile>
我有一个Vuetify菜单,其中包含一个列表。列表项之一比基本样式中设置的48px高。有没有办法在标记中优雅地进行调整?还是我需要使用CSS进行调整?