会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
稳住别慌
博客园
首页
新随笔
联系
订阅
管理
随笔 - 135 文章 - 0 评论 - 2 阅读 -
17万
2024年11月16日
瀑布流简单实现
摘要: .job-container { column-count: 3; column-gap: 64px; .job-item{ width:100%; } .job-item ~.job-item{ margin-top:10px; } }
阅读全文
posted @ 2024-11-16 19:58 稳住别慌
阅读(7)
评论(0)
推荐(0)
编辑
2024年11月14日
使用sourceTree完成版本回退
摘要: 1、找到要回退的marge 右键==》重置当前分支到此次提交 2、会发现内容回退了,直接强制push git push -f
阅读全文
posted @ 2024-11-14 14:43 稳住别慌
阅读(405)
评论(0)
推荐(0)
编辑
2024年11月13日
在vite中配置并使用环境变量
摘要: 1、配置环境变量,注意 要以“VITE“开头 (1)在.env.development中配置环境变量 VITE_APP_ENV= development 2、在vue文件中使用 <script setup lang="ts"> console.log('环境:', import.meta.env)
阅读全文
posted @ 2024-11-13 11:31 稳住别慌
阅读(581)
评论(0)
推荐(0)
编辑
2024年11月1日
localStorage、sessionStorage、cookie数据共享问题
摘要: 1、localStorage 必须要符合同源策略(协议、域名、端口相同)才能共享 同网址共享 2、sessionStorage (1)只有同一个浏览器窗口才共享,不能在不同的标签页或窗口之间共享数据,即使它们属于同一个源。 (2)如果通过window.open再次打开这个页面,那么数据会跟着复制过去
阅读全文
posted @ 2024-11-01 10:38 稳住别慌
阅读(441)
评论(0)
推荐(0)
编辑
2024年9月10日
el-select下拉箭头改成实心三角
摘要: 1、vue3中写一个三角组件IconDropDown.vue <template> <div class="down-icon"></div> </template> <style lang="scss" scoped> .down-icon { display: flex; justify-con
阅读全文
posted @ 2024-09-10 15:00 稳住别慌
阅读(297)
评论(0)
推荐(0)
编辑
2024年7月12日
控制台总报[intlify] Not found ‘xx‘ key in ‘x‘ locale messages
摘要: https://blog.csdn.net/aijiaren_leilei/article/details/135388771
阅读全文
posted @ 2024-07-12 14:59 稳住别慌
阅读(53)
评论(0)
推荐(0)
编辑
2024年7月10日
el-select改下拉箭头
摘要: :deep(.el-cascader) { border-radius: 6px; .el-input__wrapper { border: 0; background: rgb(247, 248, 250); box-shadow: none; svg { display: none; } .el
阅读全文
posted @ 2024-07-10 21:07 稳住别慌
阅读(127)
评论(0)
推荐(0)
编辑
2024年6月24日
a-select由于位置不够,导致下拉菜单挡住搜索框的问题
摘要: 1、select默认开启Y轴溢出位置调整,因此在可视空间不足时下拉框位置会自动上移,导致Select的输入框被遮挡。需要注意的是,默认情况是是可视空间,而不是所拥有的空间 <template> <a-select v-model:value="values" :dropdownAlign="{ ov
阅读全文
posted @ 2024-06-24 09:29 稳住别慌
阅读(329)
评论(0)
推荐(0)
编辑
2024年1月24日
想要一个图标跟在一段文字后面,文字换行它也换行
摘要: <a :href="row.sourceRepo" target="_blank" class="source-repo-link" > {{ row.sourceRepo }} </a> .source-repo-link { position: relative; &::after { cont
阅读全文
posted @ 2024-01-24 18:58 稳住别慌
阅读(84)
评论(0)
推荐(0)
编辑
2024年1月16日
npm下载源
摘要: 一、简易操作1、查看源npm config get registry2、更换源 npm config set registry https://registry.npm.taobao.org/二、使用nrm协助快速更换源1、安装nrm包:npm i -g nrm2、查看公有源nrm ls3、更换源n
阅读全文
posted @ 2024-01-16 14:26 稳住别慌
阅读(104)
评论(0)
推荐(0)
编辑
下一页
昵称:
稳住别慌
园龄:
5年
粉丝:
2
关注:
0
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
ElementUi
(4)
Echarts显示相关配置
(4)
echarts
(3)
HTML
(2)
vuex
(1)
vue3.0
(1)
Vscode插件
(1)
uniapp eslint
(1)
uniapp
(1)
tooltip
(1)
更多
随笔档案
2024年11月(4)
2024年9月(1)
2024年7月(2)
2024年6月(1)
2024年1月(3)
2023年10月(1)
2023年9月(1)
2023年8月(2)
2023年7月(1)
2023年6月(4)
2023年5月(4)
2023年4月(3)
2023年3月(7)
2023年2月(4)
2023年1月(7)
2022年12月(2)
2022年11月(2)
2022年10月(1)
2022年9月(2)
2022年8月(1)
2022年7月(2)
2022年6月(2)
2022年5月(2)
2022年4月(3)
2022年3月(3)
2022年2月(2)
2021年12月(1)
2021年11月(4)
2021年10月(1)
2021年9月(3)
2021年8月(2)
2021年7月(4)
2021年6月(1)
2021年5月(5)
2021年4月(5)
2021年3月(2)
2021年2月(1)
2021年1月(1)
2020年12月(27)
2020年11月(5)
2020年9月(1)
2020年3月(4)
2020年2月(1)
更多
阅读排行榜
1. Vscode离线安装插件的方法(34584)
2. NaN是什么 NaN == NaN 的结果是什么?为什么?(15216)
3. 在使用elementui的时候,实现给input框前面或后面添加图标(12160)
4. unref、isRef、toRef、toRefs(9998)
5. Echarts动画的使用(8921)
评论排行榜
1. Vscode离线安装插件的方法(1)
2. 基于vue3.0的element-plus省市区选择器(1)
推荐排行榜
1. 移动端flex布局(4)
2. Vscode离线安装插件的方法(3)
最新评论
1. Re:Vscode离线安装插件的方法
赞,留言mark!!!
--虎虎生威啊
2. Re:基于vue3.0的element-plus省市区选择器
<elui-china-area-dht @change="onChange" size="medium" v-model="selectedOptions"></elui-china-area-dh...
--眸木木
点击右上角即可分享