自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (2)
  • 收藏
  • 关注

原创 element-variables.scss

/* Element Chalk Variables */ // Special comment for theme configurator // type|skipAutoTranslation|Category|Order // skipAutoTranslation 1 /* Transition -------------------------- */ $--all-transition: all .3s cubic-bezier(.645,.045,.355,1) !default; $.

2021-09-26 14:59:43 1903

原创 vue3+ts+ant 定制主题不生效

vue-cli3 默认加载到less less-loader 版本修改为 "less": "^3.13.1", "less-loader": "^6.0.0", // vue.config.js css: { loaderOptions: { less: { lessOptions: { // 修改变量 modifyVars: { "@primary-color": "#563391" }, javascriptEnabled: true, // 全局变量 globalVa

2021-01-28 09:41:18 787

原创 js 上传文件夹读取文件夹子文件name

html确实还真有这么一个规范,不过不确定到底有多少浏览器支持,用的是如下attribute: <input type="file" id="ctrl" webkitdirectory directory multiple/> 区别是,在chrome里,webkitdirectory起作用,允许你可以选择文件夹(里面的文件都能拿到哦); 而在firefox里,是multiple起作用,允许你可以选择多个文件(当然文件名也都拿到了) ...

2020-06-18 22:45:55 714

原创 控制 pc 端全屏

// 控制 pc 端全屏 var self = document.getElementsByTagName('body')[0]; if (self.requestFullscreen) { //html5新增的全屏方法 console.log(self.requestFullscreen) self.requestFullscreen(); } else if (self.mozRequestFullScreen) { //针对mozlia内核的hack self.moz...

2020-06-18 22:43:41 187

原创 core-js 问题

相同的项目 代码 在mac 上切换 core-js @2 到 @3 , 两个版本下都不会出现问题 (切换过程中清除了yarn 、npm缓存并确认core-js 版本), 但是在win10 的 电脑上 仅支持 core-js@2 版本 , @3 版本存在问题(更新了 node 、npm 版本 并清除缓存) ...

2020-06-18 22:41:44 1969

原创 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

问题:macOS安装Homebrew时总是报错(Failed to connect to raw.githubusercontent.com port 443: Connection refused) 原因:GitHub的raw.githubusercontent.com域名解析的问题 修改hosts sudo vim /etc/hosts 添加如下内容: 199.232.2...

2020-04-25 18:19:46 281

原创 Flutter 打包之后 flutter run 报错

error: Building for iOS Simulator, but the linked and embedded framework 'App.framework' was built for iOS. (in target 'Runner' from project 'Runner') 解决方法: rm -rf ios/Flutter/App.framework ...

2020-04-10 11:29:17 543

原创 element 控件 中英文翻译 ,

import VueI18n from 'vue-i18n' import ElementUI from 'element-ui' import ElementLocale from 'element-ui/lib/locale' import enLocale from 'element-ui/lib/locale/lang/en' import zhLocale from 'elemen...

2018-11-08 17:49:02 3526 2

Windows硬盘分区工具

硬盘分区软件,ssd 机械硬盘都能一键分区,方便快捷,1.解压到任意位置,调整分区,也可罚入优盘

2018-10-18

sublime text3 汉化包

本来想免费的,没有免费选项,还必须要求五十字以上,这是我之前下载的sublime 3的汉化 感觉还挺好用的 分享一下

2017-11-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除