我正在尝试使用 2 列的布局,我希望它们具有相同的高度,并且内部内容应垂直居中。
这是我在 vuetify 中的代码
<div id="app">
<v-app>
<v-row align="center">
<v-col cols=6 style="background-color: #FF5000;" align="center">
<v-btn class="m">Column 1</v-btn>
</v-col>
<v-col cols=6 style="background-color: #5fc3c7;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, …Run Code Online (Sandbox Code Playgroud)