月度归档: 2023 年 9 月

6 篇文章

thumbnail
el-dialog里el-select被遮挡层级问题
element Dialog对话框或弹窗打开两次后el-select层级被遮挡 因为每次打开后el-overlay的z-index都在递增,但弹窗里的index都没有改变就会导致弹出框在select的上面 方法一: 更新2.1.10版本以上 详情: https://github.com/element-plus/element-plus/pull/7115 方法二: el-select添加 :te…
vite启动服务失败
问题 vite pnpm dev启动时报错 error when starting dev server: Error: listen EACCES: permission denied ::1:5173 解决方法 重启网卡 net stop winnat && net start winnat
thumbnail
使用Typora+PicList+Github编写博客文章
使用Typora+PicList+Github编写博客文章 Typora 一款 Markdown 编辑器和阅读器,主要是使用简单方便,并且颜值高,虽然使用Electron开发但打开速度还能接受 一般我安装了Typora后都会自定义主题,你可以根据各自喜好安装自己喜欢的主题 typora主题安装 首先选择自己喜欢的主题https://theme.typora.io/ 我选择的是Drake 在gith…
thumbnail
git提交错误
remote: error: GH007: Your push would publish a private email address. remote: You can make your email public or disable this protection by visiting: remote: http://github.com/settings/emails To githu…
github加速
Github加速 当你没有代理的时候访问github以及git clone时速度很慢,可以用以下方法加速 Doget https://doget.nocsdn.com/ 到release页面复制连接粘贴进去即可 gitclone https://gitclone.com/ git clone十分推荐,但要下载release文件就无法实现,如果没有搜索到还可以添加镜像等待一会即可clone gitc…
jsdelivr加速链接
jsdelivr加速链接 https://cdn.jsdelivr.net/ https://raw.fastgit.org/ https://gh.sourcegcdn.com/ https://cdn.jsdelivr.net/ https://fastly.jsdelivr.net/ https://testingcf.jsdelivr.net/