摘要:
vue3配置跳转到新的路由界面的位置 import { createRouter, createWebHashHistory } from 'vue-router' // vue2.0 new VueRouter({}) 创建路由实例 // vue3.0 creatRouter({}) 创建路由实例 阅读全文
摘要:
通过固定容器的宽高加上flex布局结合css3的属性object-fit实现 .el-image{ width: 100%; height: 26rem; display: flex !important; justify-content: center; align-items: center; 阅读全文