- 博客(8)
- 收藏
- 关注
原创 mixin
/*** 单行或多行显示隐藏*/@mixin text-ellipsis($lines: 1) { @if $lines==1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } @else { overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
2024-02-19 14:42:01
339
1
原创 vue.json
{ "Print to console": { "prefix": "vue", "body": [ "<!-- $1 -->", "<template>", "<div class='$2'>$5</div>", "</template>", "", "<sc
2020-10-28 06:51:11
390
原创 console.log
{ // Place your 全局 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope // is left empty or
2020-10-28 06:50:27
240
原创 首选项设置
{ "editor.wordWrap": "on", "window.zoomLevel": 0, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "php.validate.executablePath": "", "editor.fontSize": 16, "workbench.iconTheme": "vscode-icons", "backg
2020-10-28 06:48:39
268
原创 vue后台管理系统代码
goods下的Cate.vue<!-- cate --><template> <div class="cate"> <!-- 面包屑导航区域 --> <el-breadcrumb separator-class="el-icon-arrow-right"> <el-breadcrumb-item :to="{ path: '/home' }">首页</el-breadcrumb-item>
2020-10-27 23:57:16
1340
6
原创 关于全局引入element ui
引入element UInpm install --save element-ui全部引入 比较简单 先采用这种方式 等到项目做完在项目 main.js 中,加入以下内容// 引入 element-ui// a.1 引入element-ui模块import ElementUI from 'element-ui';// a.2 引入element-ui css 样式import 'element-ui/lib/theme-chalk/index.css';// a.3 在Vu
2020-10-27 23:49:58
2236
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人