07 2020 档案
摘要:https://gitee.com/newgateway/xdh-form-builder https://gitee.com/mrhj/form-generator https://github.com/dream2023/vue-ele-form-generator
阅读全文
摘要:https://www.kancloud.cn/wangjiachong/gongzuopian/1327077 mixin https://www.cnblogs.com/Ivy-s/p/10022636.html https://www.cnblogs.com/Ivy-s/p/10022636.
阅读全文
摘要:https://www.cnblogs.com/gitByLegend/p/10840668.html
阅读全文
摘要:注:自用,一些样式其他人可能没有 <!-- Vue SFC --> <template> <div class="container bxs"> <div class="ct-inner bxs"> <div class="ct-inner-fiexd w"> <el-input placehold
阅读全文
摘要:1 components: { 2 AddCustomerSchedule(resolve) { 3 require(["../components/AddCustomer"], resolve); 4 }, 5 AddPeopleSchedule(resolve) { 6 require(["..
阅读全文
摘要:<el-form-item label="备注:"> <el-col :span="14"> <el-input class="w" type="textarea" v-model="form.desc"></el-input> </el-col> </el-form-item> <p v-html
阅读全文
摘要:在config/index.js中将{host:localhost}改为{host:127.0.0.1}然后刷新页面就解决了; https://www.cnblogs.com/KoKoLi/p/12119654.html
阅读全文
摘要:https://blog.csdn.net/xhl_james/article/details/104267739
阅读全文
摘要:https://blog.csdn.net/txl910514/article/details/88991905 全局安装increase-memory-limitnpm install -g increase-memory-limit进入工程目录,执行:increase-memory-limit
阅读全文
摘要:"scripts": { "serve": "vue-cli-service serve --open", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "prod": "vue-cli-service build
阅读全文
摘要:https://segmentfault.com/a/1190000013472316
阅读全文
摘要:https://www.cnblogs.com/wazy999/archive/2019/11/07/11812653.html <el-table class="table-tranparent" :data="tableData" border :span-method="arraySpanMe
阅读全文
摘要:1 <template> 2 3 <div class="app-container"> 4 <el-table :data="tableData" stripe border style="width: 98%" ref="tableDataRef"> 5 <el-table-column typ
阅读全文
摘要:/* 鼠标移入表格不高亮 */ .table-tranparent.el-table tbody tr:hover>td { background-color: #ffffff!important } .table-tranparent.el-table tbody tr:hover { backg
阅读全文
摘要:https://i.cnblogs.com/posts?cateId=1048797 <template> <el-table :data="list" class="bg-fff" :row-class-name="rowIndex" > <el-table-column :formatter="
阅读全文
摘要:<el-table :row-style="{height:'20px'}" :cell-style="{padding:'0px'}" style="font-size: 10px"> </el-table>
阅读全文
摘要:.el-tree { width: 100%; overflow: auto; } .el-tree>.el-tree-node { display: inline-block; min-width: 100%; }
阅读全文
摘要:<el-tabs type="card" v-model="activeName" @tab-click="tabHandleClick"> <el-tab-pane label="本单位测评" name="1"></el-tab-pane> <el-tab-pane v-if="isShowAct
阅读全文
摘要:.el-textarea__inner{ height: 150px; overflow-y: auto; /* overflow-y: auto;兼容ie */ }
阅读全文
摘要:https://blog.csdn.net/qq_38057434/article/details/95480933
阅读全文
摘要:core-js版本太高 安装了淘宝镜像就可以 cnpm install core-js@2
阅读全文
摘要:clearfix cupo nowrap text_overflowd fll flr this.$emit("fatherFn", 1); this.$set(this.data,”key”,value’)this.$set(this.sdata,'sex','male')this.$set(th
阅读全文
摘要:在安装 sass-resources-loader之前先安装 npm i @babel/core -D 1. 安装插件 npm i sass-resources-loader 1、如果单纯在main.js中引入global.scss全局样式,不使用全局变量和方法等 找到 webpack.base.c
阅读全文
摘要:方式一 float+ text-align:center <div class="w clearfix tc mt10"> <el-button class="fll" type="primary" plain>刷新</el-button> <el-button type="primary" pla
阅读全文
摘要:<div> <el-input placeholder="输入关键字进行过滤" v-model="filterText"></el-input> <div class="tree mt10"> <el-tree :data="date" show-checkbox node-key="moduldC
阅读全文
摘要:<div class="tree mt10"> <el-tree :data="date" show-checkbox node-key="moduldCode" ref="tree" :check-strictly="false" :highlight-current="true" :check-
阅读全文
摘要:https://blog.csdn.net/qq_32657025/article/details/75699504 关于两个DIV各占50%时无法在同一行显示的问题原因 浏览器的原因,浏览器有3px的BUG。因为margin,padding,border都设为0,所以与之无关。 解决方案 (1)在
阅读全文
摘要:.el-tooltip__popper { max-width: 100px; } 注:要放在全局,加了scoped不行的
阅读全文
摘要:https://bbs.csdn.net/topics/395548748?list=1766906 https://blog.csdn.net/yusirxiaer/article/details/93030741
阅读全文
摘要:<el-table class="your-table" :data="endTableData" :header-cell-style="{background:'#E4E4E4',borderColor:'#CECECE',textAlign:'center'}" :span-method="e
阅读全文
摘要:npm install sortablejs --save 2.在页面中引入: import Sortable from ‘sortablejs’ https://www.cnblogs.com/lemoncool/p/11661084.html 如果拖拽无效果 el-table 加 row-key
阅读全文
摘要:calc()使用通用的数学运算规则,但是也提供更智能的功能: >使用“+”、“-”、“*” 和 “/”四则运算; >可以使用百分比、px、em、rem等单位; >可以混合使用各种单位进行计算; >表达式中有“+”和“-”时,其前后必须要有空格,如"widht: calc(12%+5em)"这种没有空
阅读全文
摘要:export default { namespaced: true,//在这里控制 state, mutations, actions } import Vue from 'vue' import { Req_getToken } from '@/api/user' const user = { s
阅读全文
摘要:如果要说为什么要使用X-Auth-Token这种方式请求需要认证的接口数据,我经过测试接口对比(使用Http Basic Authentication的方式和X-Auth-Token方式),得出的结论如下:正如一些博文的作者所倡导的那样,之所以不建议使用Basic Authentication的方式
阅读全文
摘要:<!-- Vue SFC --> <template> <div class="my-self-table"> <div class="container"> <div class="handle-box" style="margin-bottom: 20px;"> <!-- 按钮区 --> <el
阅读全文
摘要:el-input加上vertical-align: top;
阅读全文
摘要:https://blog.csdn.net/haojie6091/article/details/81670154 https://www.cnblogs.com/xyyt/p/10551238.html https://www.cnblogs.com/qixidi/p/10390759.html
阅读全文
摘要:https://www.jianshu.com/p/fa6ce8e6b011 冬天的_太阳关注赞赏支持 第一步: 进入官网,注册--登录 阿里巴巴矢量库 第二步: 图标管理 我的项目--创建项目 新建 新建项目 第三步: 进入图标库--官方图标库 开始选择图标 第四步:选中图标-- 添加入库-- 添
阅读全文