可自定义全屏动画弹窗

parnetCom.vue

<template>
  <div>
    <el-button type="primary" @click="onDialog">打开</el-button>
    <Dialog
      title="Title"
      :width="720"
      :height="480"
      :content="content"
      :footer="true"
      cancelText="取消"
      okText="确认"
      switchFullscreen
      @close="onClose"
      @cancel="onCancel"
      @ok="onConfirm"
      :visible="showDialog"
    />
  </div>
</template>
  data() {
    return {
      showDialog: false,
      content: "this.showDialog = true\n 1111",
    }  
 methods: {

    onDialog(content) {
      localStorage.setItem('troubleDecList', [1,2,77777]);
       localStorage.setItem('name', "2#风机");
      // 调用Dialog弹出对话框
      this.content = "Some descriptions ...";
      this.showDialog = true;
    },
    onClose() {
      // 关闭dialog
      this.showDialog = false;
      // 帮我写就JavaScript
    },
    onCancel() {
      // “取消”按钮回调
      this.showDialog = false;
    },
    onConfirm() {
      // “确定”按钮回调
      this.showDialog = false;
    },
  }

Dialog.vue

<template>
  <div class="m-dialog-mask" @click.self="onBlur" v-show="visible">
    <div class="m-dialog" :style="`width: ${dialogWidth}; height: ${dialogHeight};`">
      <div class="m-dialog-content">
        <svg @click="onFullScreen" v-show="!fullScreen&&switchFullscreen" class="u-screen" viewBox="64 64 896 896" data-icon="fullscreen" aria-hidden="true" focusable="false"><path d="M290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z"></path></svg>
        <svg @click="onFullScreen" v-show="fullScreen&&switchFullscreen" class="u-screen" viewBox="64 64 896 896" data-icon="fullscreen-exit" aria-hidden="true" focusable="false"><path d="M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6 877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z"></path></svg>
        <svg @click="onClose" class="u-close" viewBox="64 64 896 896" data-icon="close" aria-hidden="true" focusable="false"><path d="M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"></path></svg>
        <div class="m-dialog-header">
          <div class="u-head">{{ title }}</div>
        </div>
        <div class="m-dialog-body" :style="`height: calc(${dialogHeight} - 156px);`">
            dsadsads
          <div class="chilfd"></div>
          <!-- <div class="chilfd"></div>
          <div class="chilfd"></div>
          <div class="chilfd"></div> -->
        </div>
        <div class="m-dialog-footer" v-show="footer">
          <button class="u-cancel" @click="onCancel">{{ cancelText }}</button>
          <button class="u-confirm" @click="onConfirm">{{ okText }}</button>
        </div>
      </div>
    </div>
  </div>
</template>
<script>
export default {
  name: 'Dialog',
  props: {
    title: { // 标题
      type: String,
      default: '提示'
    },
    content: { // 内容
      type: String,
      default: ''
    },
    width: { // 宽度,默认640
      type: Number,
      default: 640
    },
    height: { // 高度,默认480
      type: Number,
      default: 480
    },
    switchFullscreen: { // 是否允许切换全屏(允许后右上角会出现一个按钮)
      type: Boolean,
      default: false
    },
    cancelText: { // 取消按钮文字
      type: String,
      default: '取消'
    },
    okText: { // 确认按钮文字
      type: String,
      default: '确定'
    },
    footer: { // 是否显示底部按钮,默认显示
      type: Boolean,
      default: true
    },
    visible: { // 对话框是否可见
      type: Boolean,
      default: false
    }
  },
  data () {
    return {
      fullScreen: false
    }
  },
  computed: {
    dialogWidth () {
      if (this.fullScreen) {
        return '100%'
      } else {
        return this.width + 'px'
      }
    },
    dialogHeight () {
      if (this.fullScreen) {
        return '100vh'
      } else {
        return this.height + 'px'
      }
    }
  },
  watch: {
    visible (to) {
      if (to) {
        this.fullScreen = false
      }
    }
  },
  methods: {
    onBlur () {
      this.$emit('close')
    },
    onFullScreen () {
      this.fullScreen = !this.fullScreen
    },
    onClose () {
      this.$emit('close')
    },
    onCancel () {
      this.$emit('cancel')
    },
    onConfirm () {
      this.$emit('ok')
    }
  }
}
</script>
<style lang="less" scoped>
@keyframes slidein {
  from {
    top: 0;
    transform: translateY(0%);
  }
  to {
    top: 50%;
    transform: translateY(-50%);
  }
}
.m-dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0,0,0,0.45);
  .m-dialog {
    position: relative;
    animation:slidein 300ms;
    top: 50%;
    // transform: translateY(-50%);
    -ms-transform: translateY(-50%);; /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    margin: 0 auto;
    transition: all .3s ease;
    .m-dialog-content {
      position: relative;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0,0,0,.1);
      .u-screen {
        .u-close();
        right: 64px;
      }
      .u-close {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 19px;
        right: 24px;
        fill: rgba(0,0,0,.45);
        cursor: pointer;
        transition: fill .3s;
        &:hover {
          fill: rgba(0,0,0,.75);
        }
      }
      .m-dialog-header {
        padding: 16px 24px;
        color: rgba(0,0,0,.65);
        border-radius: 4px 4px 0 0;
        border-bottom: 1px solid #e8e8e8;
        .u-head {
          margin: 0;
          color: rgba(0,0,0,.85);
          font-weight: 500;
          font-size: 16px;
          line-height: 22px;
          word-wrap: break-word;
        }
      }
      .m-dialog-body {
        padding: 24px;
        font-size: 16px;
        line-height: 1.5;
        word-wrap: break-word;
        overflow: auto;
        transition: all .3s;
        display: flex;
        flex-wrap: wrap;
        // background-color: #0780ed;
        .chilfd {
            width: 20%;
            height: 40%;
            border-radius: 10px;
            // border:1px solid grey;
            // background-color: #0780ed;
            box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.2);
            margin-left: 20px;
        }
      }
      .m-dialog-footer {
        padding: 10px 16px;
        text-align: right;
        border-top: 1px solid #e8e8e8;
        .u-cancel {
          height: 32px;
          line-height: 32px;
          padding: 0 15px;
          font-size: 16px;
          border-radius: 4px;
          color: rgba(0,0,0,.65);
          background: #fff;
          border: 1px solid #d9d9d9;
          cursor: pointer;
          transition: all .3s cubic-bezier(.645,.045,.355,1);
          &:hover {
            color: #40a9ff;
            border-color: #40a9ff;
          }
          &:focus {
            color: #096dd9;
            border-color: #096dd9;
          }
        }
        .u-confirm {
          margin-left: 8px;
          height: 32px;
          line-height: 32px;
          padding: 0 15px;
          font-size: 16px;
          border-radius: 4px;
          background: #1890ff;
          border: 1px solid #1890ff;
          color: #fff;
          transition: all .3s cubic-bezier(.645,.045,.355,1);
          cursor: pointer;
          &:hover {
            color: #fff;
            background: #40a9ff;
            border-color: #40a9ff;
          }
          &:focus {
            background: #096dd9;
            border-color: #096dd9;
          }
        }
      }
    }
  }
}
</style>
发表评论 / Comment

用心评论~