- 博客(10)
- 资源 (1)
- 收藏
- 关注
原创 react--(查询、重置)按钮封装
UI框架为ant design第一步:创建components组件封装文件夹1》components--ui文件夹下index.js的代码:import FormSearch from './form'export {FormSearch, CascaderMul}2》components--ui--form文件夹下index.js的代码:import {Form, Row, Col, Button, Space} from 'antd'import {DownOutlined} from '
2022-03-23 14:59:34
1459
原创 react 下载
// 下载表格 const exportExcel = async () => { const values = await form.validateFields() // console.log(time.format('YYYY-MM-DD')) // const {calcuDate} = values Object.assign(values, { time: time.format('YYYY-MM-DD'), }) ...
2022-03-23 14:55:43
2877
原创 小程序保存到相册和分享
封装保存和分享组件组件一:share_templatewxml:<view class="share_template"> <button class="img" wx:if="{{type !=='share'}}" bindtap="saveImg">保存到相册</button> <button wx:if="{{type !=='share'}}" class="share" bindtap="openPop"> 分
2021-05-19 13:33:07
322
原创 小程序小眼睛显示隐藏样式
小程序小眼睛显示隐藏样式之前:点击后:不说废话上代码wxml: <view bindtap="eyeChange" style="position: absolute;top: 113px;left:14px"> <text style="font-weight:bold;font-family: monospace;">预缴金额 (元)</text> <view style="float:right;margin: 1px 0
2021-05-19 11:58:46
566
原创 Vue实现登录界面切换
<template> <div><div id = "app"> <h1 class="login_title">用户登录</h1> <div class = "login_header_title"> <a class = "title1" href="javascript:;" rel = "external nofollow" @click = "loginW
2021-02-05 16:55:00
1464
原创 vue实现点击全屏功能
方式一:js实现全屏<template><div><a-button type="primary" @click="screen">全屏</a-button></div></template><script>export default {name: "index",data(){return{fullscreen: false}},methods:{screen(){let element
2021-02-05 16:48:23
322
原创 vue+element动态生成input
<template> <div> <ul> <li v-for="(item, index) in item" :key="index"> <el-input v-model="item.con"></el-input> &
2021-02-05 16:33:52
1132
1
原创 vue 3d模型 vue-3d-model
安装使用npmnpm install vue-3d-model --save或使用脚本标签供全球使用在vue的HTML中引入script不用全局引入vue-3d-model在哪里用在哪里引入下面有链接自行查看用法<template><div class="demo-block-preview"> <model-obj :backgroundAlpha="0" //改变背景色 @on-load="onLoad" src=
2021-02-05 16:26:19
4349
原创 vue + element 实现登录注册
vue + element 实现登录注册注册页包含手机验证码登录和密码的二次验证。实现代码:<template> <div> <div class="register-wrapper"> <div id="register"> <p class="title">注册</p> <el-form :model="ruleForm2"
2021-01-29 18:09:00
535
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人