logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue项目中在table表格中使用switch开关

<template slot-scope="scope"><el-switchv-model="scope.row.status":active-value="1":inactive-value="0"@change="switchChange($event, scope.row)"active-color="#13ce66".

#javascript#vue.js#html5
使用element-ui中的table修改鼠标经过或悬停行时颜色修改

第一种:.el-table--enable-row-hover .el-table__body tr:hover>td{background-color: #c6cfdf !important;}第二种:.el-table__body tr:hover>td{background-color: #c6cfdf!important;}.el-table__body tr.current-

文章图片
#css#vue.js#html5
VUE项目实现全屏显示功能---screenfull

使用方法npm install screenfull --save首先安装npm install screenfull --save在使用.vue文件中 引入import screenfull from 'screenfull'在按钮方法中调用screenfull.toggle() 可以双向切换全屏与非全屏还可以检测全屏状态screenfull.isFullscreen测试浏览器是否支持全scre

#vue.js#css
uniapp使用逍遥模拟器调试项目

如果查看端口按照以下方法

#前端
到底了