免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
成功element ui彈出新頁面

子頁面

<template>

  <div class="app-container">

    <el-button type="primary" icon="el-icon-plus" size="small" @click="handleclick()">添加</el-button>

    <el-dialog

      title

      :visible.sync="openOff"

      center

      :append-to-body="true"

      :lock-scroll="false"

      width="30%"

      fullscreen="true"

    >

      <prop_form></prop_form>

    </el-dialog>

  </div>

</template>

<script>

import prop_form from "@/views/form/prop_form.vue";

export default {

  components: {

    prop_form,

  },

  data() {

    return {

      form: {},

      openOff: false,

    };

  },

  methods: {

    handleclick() {

      this.openOff = true//默認(rèn)頁面不顯示為false,點(diǎn)擊按鈕將這個(gè)屬性變成true

    },

  },

};

</script>

<style scoped>

.line {

  text-aligncenter;

}

</style>

父頁面

<template>

  <el-container>

    <el-header>Header</el-header>

    <el-container>

      <el-aside width="200px">Aside</el-aside>

      <el-main>Main</el-main>

    </el-container>

  </el-container>

</template>

<style>

.el-header,

.el-footer {

  background-color#b3c0d1;

  color#333;

  text-aligncenter;

  line-height60px;

}

.el-aside {

  background-color#d3dce6;

  color#333;

  text-aligncenter;

  line-height200px;

}

.el-main {

  background-color#e9eef3;

  color#333;

  text-aligncenter;

  line-height160px;

}

body > .el-container {

  margin-bottom40px;

}

.el-container:nth-child(5.el-aside,

.el-container:nth-child(6.el-aside {

  line-height260px;

}

.el-container:nth-child(7.el-aside {

  line-height320px;

}

</style>

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
SpringBoot + Vue + ElementUI 實(shí)現(xiàn)后臺(tái)管理系統(tǒng)模板 -- 前端篇(二):引入 element-ui 定義基本頁面顯示
ELEMENT簡(jiǎn)單布局
vue中this.$route.query和this.$route.params & query傳參和params傳參的使用和區(qū)別
前端必須掌握30個(gè)CSS3選擇器
響應(yīng)式布局案例
CSS動(dòng)畫實(shí)例:Loading加載動(dòng)畫效果(三)
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服