摘要: 1、引入pom<dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.3</version></dependen 阅读全文
posted @ 2021-07-05 11:33 w20200618 阅读(46) 评论(0) 推荐(0)
摘要: 实现两头固定宽度,中间动态100%动态调整样例 <template> <div class="wrapper"> <div class="aside-left" style="min-width:170px;"> </div> <div class="main"> </div> <div class 阅读全文
posted @ 2021-07-05 10:51 w20200618 阅读(134) 评论(0) 推荐(0)
摘要: index.html中加载百度离线地图js <!-- 百度离线地图--><script type="text/javascript" src="/static/cdnnms/bmap/map_load.js"></script><script type="text/javascript" src=" 阅读全文
posted @ 2021-07-05 10:25 w20200618 阅读(3699) 评论(1) 推荐(0)
摘要: /*淘宝的样式初始化*/body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { ma 阅读全文
posted @ 2021-07-05 10:08 w20200618 阅读(82) 评论(0) 推荐(0)
摘要: /**************** 修改el-tree导航树节点样式*****************/.el-tree-node__content height 32px.el-tree-node font-size 14px.el-tree .el-tree-node__content back 阅读全文
posted @ 2021-07-05 10:04 w20200618 阅读(2868) 评论(0) 推荐(0)
摘要: setTreeCurrentKey (nodeKey) { if (nodeKey) { that.$refs.devTree.setCurrentKey(nodeKey) } else { that.$refs.devTree.setCurrentKey(null) } document.quer 阅读全文
posted @ 2021-07-05 09:58 w20200618 阅读(1013) 评论(0) 推荐(0)
摘要: /*********************** ContextMenu 使用说明************************************/ <jb-context-menu ref="contextMenu" class="right-menu" :target="contextM 阅读全文
posted @ 2021-07-05 09:52 w20200618 阅读(940) 评论(0) 推荐(0)
摘要: /*************************************/ 使用: <jb-img-map-bg :bg-width="width" :bg-height="height" class="topoBgImage"></jb-img-map-bg> .topoBgImage z-i 阅读全文
posted @ 2021-07-01 16:30 w20200618 阅读(48) 评论(0) 推荐(0)
摘要: /*********************************** store index**************************************/ /** * store入口文件,组装模块并导出 store 的地方 * 取值 * store.getters.collaps 阅读全文
posted @ 2021-07-01 16:22 w20200618 阅读(370) 评论(0) 推荐(0)
摘要: /** * axios封装 * 请求拦截、响应拦截、错误统一处理 */import axios from 'axios'import {errorHandle} from './errorMsg'import {Message} from 'element-ui'import constant fr 阅读全文
posted @ 2021-07-01 15:58 w20200618 阅读(118) 评论(0) 推荐(0)