摘要:
mavonEditor Install mavon-editor (安装) npm install mavon-editor --save 如何引入: 全局引用: // 全局注册 import Vue from 'vue' import mavonEditor from 'mavon-editor' 阅读全文
posted @ 2022-10-21 19:59
六扇有伊人
阅读(502)
评论(0)
推荐(0)
摘要:
前言: 闲得无聊写的,嫌麻烦的直接出门左转搜索 vue cropper.js模块 直接用就行 正文: 首先我们要知道input 是自带file 方法的,直接可以选这文件上传就行,但为了美观都是給上边覆盖了一个button ,我是懒得写了直接用的方法调用 然后用ref选这就行,id也行但是用的是vue 阅读全文
posted @ 2022-10-21 19:58
六扇有伊人
阅读(393)
评论(0)
推荐(0)
摘要:
1,网页中如何让一个div垂直居中?(越多越好) 方案一:div绝对定位水平垂直居中【margin:auto实现绝对定位元素的居中】 div{ width:200px; height:200px; postion:absolute; top:0; left:0; right:0; bottom:0; 阅读全文
posted @ 2022-10-21 19:55
六扇有伊人
阅读(41)
评论(0)
推荐(0)