第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Vuetify 如何將卡片移動到疊加層的右下角

Vuetify 如何將卡片移動到疊加層的右下角

慕田峪4524236 2023-12-11 10:11:39
嘗試使用 vuetify 將卡片放置在覆蓋層上時遇到了很大的困難。我有以下代碼:<v-app id="app"> <v-card width="450" max-height="100">    <v-img max-height="400" src="https://picsum.photos/450/450">      <v-overlay absolute>        <v-card flat color="transparent">          <v-card-text            class="white--text font-weight-black"            :class="headingClass"            >Center</v-card-text          >          <v-card-subtitle class="white--text" :class="subtitleClass">Center</v-card-subtitle>        </v-card>        <v-card>          <v-card-text>Bottom Right</v-card-text>          </v-card>      </v-overlay >    </v-img>  </v-card> </v-app>我已經(jīng)測試過添加課程justify-endalign-end但這些都無法將我的卡片(帶有“右下角”文本的卡片)移動到右側(cè)或底部。我嘗試使用 vuetify 網(wǎng)格,但也沒有成功。我也將代碼放在以下鏈接下的 codepen 上: https://codepen.io/carluri/pen/jObPOMK有人知道如何將黑卡移動到覆蓋層的右下角嗎?任何幫助表示贊賞。
查看完整描述

1 回答

?
繁華開滿天機

TA貢獻1816條經(jīng)驗 獲得超4個贊

您可以使用一些彈性盒來完成所有這些操作。


例子:


<v-app id="app">

  <v-card width="450" max-height="100">

    <v-img max-height="400" src="https://picsum.photos/450/450">

      <v-overlay absolute>

        <div class="d-flex fill-height" style="flex-direction:column">

          <div class="d-flex fill-height align-center justify-center">

            <v-card flat color="transparent">

              <v-card-text class="white--text font-weight-black" :class="headingClass">Center</v-card-text>

              <v-card-subtitle class="white--text" :class="subtitleClass">Center</v-card-subtitle>

            </v-card>

          </div>

          <div class="d-flex">

            <v-spacer></v-spacer>

            <div class="pa-3">Text bottom right</div>

          </div>

        </div>

      </v-overlay>

    </v-img>

  </v-card>

</v-app>

Codepen 示例


查看完整回答
反對 回復(fù) 2023-12-11
  • 1 回答
  • 0 關(guān)注
  • 144 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號