- 博客(9)
- 收藏
- 关注
原创 element el-table表头添加背景图片
给表头添加class<el-table :data="tableData" :border="false" style="height:auto" :header-cell-class-name="headerBg" ><script>methods: { headerBg() { return 'headerBg' }}</script>
2021-12-06 14:30:50
3555
2
原创 用vue实现手风琴字体渐变效果
<template> <div id="all-box"> <div v-for="(item,index) in dataLists" :class="['c-item-'+index,currsorIndex==index?'c-item-hover':'']" @mouseover="mouseOver(index)" :key="index"> <div v-show="currsorIndex!=index"
2021-12-06 14:13:37
877
原创 vue引用cropperImage,实现头像裁剪
<el-dialog title="头像修改" :visible.sync="visible_uphead" width="800px"> <cropperImage @headFileId="getFileId" @previews="funPreviews"></cropperImage> </el-dialog>```<script>import cropperImage from "../modal/cropper.
2021-12-02 15:46:52
698
原创 css解决鼠标移上,出现滚动条div抖动
.content{//出现滚动条不占位overflow: overlay;overflow-x: hidden;}
2021-12-02 14:57:52
719
原创 jquery 国际短信区号 鼠标移上实现下拉选择
在这里插入代码片@TOC<style> .inputDiv{ width:100%; height:40px; position: relative; margin-bottom:24px; } .phone-box{ display: flex; display: -ms-flex; flex-direction: row; } #selectInte
2021-12-02 14:30:09
601
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人