小编Flo*_*set的帖子

Vuetify,如何居中内容并拉伸列

我正在尝试使用 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)

html css vue.js vuetify.js

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

css ×1

html ×1

vue.js ×1

vuetify.js ×1