摘要: https://github.com/viewweiwu/iview-form <script> const getPrefix = (tag, lib) => { let iviewMap = { 'form': 'i-form', 'form-item': 'form-item', 'input 阅读全文
posted @ 2022-07-25 14:58 谁动了我的苹果 阅读(836) 评论(0) 推荐(0) 编辑
摘要: @keyframes move { @for $i from 0 through 79 { #{($i * 100%/79)} { // background-image: url(./img/#{$i}.png); @if ($i < 10) { background-image: url(htt 阅读全文
posted @ 2022-07-06 09:26 谁动了我的苹果 阅读(45) 评论(0) 推荐(0) 编辑
摘要: <InputNumber style="width: 100px" :min="0.01" :max="detail.payAmount" v-model="refundPrice":parser="limitDecimalsP" ></InputNumber> limitDecimalsF(val 阅读全文
posted @ 2022-06-22 16:09 谁动了我的苹果 阅读(86) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="app-wrapper"> <div class="message" v-show="hasMes"> <div class="header"><i class="el-icon-close" style="float: right;cursor: po 阅读全文
posted @ 2022-04-07 15:54 谁动了我的苹果 阅读(561) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue' import Vuex from 'vuex' import router from '@/router' import Cookie from 'js-cookie' Vue.use(Vuex) export default new Vuex.Store 阅读全文
posted @ 2022-02-08 15:39 谁动了我的苹果 阅读(91) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ITgagaga/article/details/108042012?ivk_sa=1024320u 阅读全文
posted @ 2021-12-03 13:39 谁动了我的苹果 阅读(9) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <!-- 图片上传组件辅助--> <el-upload class="avatar-uploader" :action="serverUrl" :headers="header" :show-file-list="false" :on-success="upload 阅读全文
posted @ 2021-09-08 10:03 谁动了我的苹果 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 1.在drag.js中写上如下代码(使用的话直接复制即可): import Vue from 'vue'; //使用Vue.directive()定义一个全局指令 //1.参数一:指令的名称,定义时指令前面不需要写v- //2.参数二:是一个对象,该对象中有相关的操作函数 //3.在调用的时候必须写 阅读全文
posted @ 2021-09-01 09:56 谁动了我的苹果 阅读(401) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>我的第一个页面</title> </head> <body> <marquee behavior="scroll" direction="up" height="30" style="overflow:hidden;" scrollamount="1" wi 阅读全文
posted @ 2021-08-31 22:41 谁动了我的苹果 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 子组件代码 <template> <section style="width: 100%;height: 100%"> <div> <!-- <input type="text" placeholder="请输入要搜索的内容" v-model="searchText"> --> </div> <ag 阅读全文
posted @ 2021-07-23 09:28 谁动了我的苹果 阅读(2213) 评论(0) 推荐(0) 编辑