• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
lesrela
博客园 首页 新随笔 联系 订阅 订阅 管理

2024年12月27日

antd如何自定义文档上传功能
摘要: 效果图: 代码: 弹窗: <ModalForm title="文档导入" width="600px" open={createModalVisible} onOpenChange={(value) => { handleModalVisible(value); setFileUploadKey(Ma 阅读全文
posted @ 2024-12-27 16:22 LL_TT 阅读(65) 评论(0) 推荐(0)
 
 

2024年11月7日

Vue项目实现页面免密登录
摘要: 步骤1 在router/index.js中创建router实例 import Vue from 'vue' import Router from 'vue-router' Vue.use(Router) // 公共路由 export const constantRoutes = [...] // 防 阅读全文
posted @ 2024-11-07 19:04 LL_TT 阅读(117) 评论(0) 推荐(0)
 
 

2024年11月1日

ECharts绘制圆环图
摘要: 效果如上 外环代码: series: [ { name: "产品金额", type: "pie", radius: ["75%", "85%"], center: props.center, padAngle: 5, // 饼图扇形之间的间距 avoidLabelOverlap: false, it 阅读全文
posted @ 2024-11-01 18:20 LL_TT 阅读(278) 评论(0) 推荐(0)
 
el-progress进度条颜色渐变
摘要: 效果图: 代码: <el-progress stroke-width="4" type="line" :percentage="91.23" class="custom-progress" color="transparent" > <template #default="{ percentage 阅读全文
posted @ 2024-11-01 17:26 LL_TT 阅读(556) 评论(0) 推荐(0)
 
element-ui table表头合并和单元格合并
摘要: 效果图(实际效果图内含隐私信息,故只展现excel表,与效果图样式一致): 代码: <el-table v-if="isShow" :data="tableData" stripe size="small" row-key="index" height="1000" :header-cell-sty 阅读全文
posted @ 2024-11-01 11:28 LL_TT 阅读(778) 评论(0) 推荐(0)
 
 

2024年10月31日

CSS如何实现文字自上而下渐变
摘要: 效果图: 代码: .title-color { color: rgba(138, 203, 255, 1); text-shadow: 0px 0px 7px rgba(52, 255, 204, 0.1); background: linear-gradient( 180deg, rgba(138 阅读全文
posted @ 2024-10-31 21:11 LL_TT 阅读(83) 评论(0) 推荐(0)
 
 

2024年10月28日

github拉取代码失败的解决办法
摘要: 报错信息: 解决办法: 通过以下命令更新Git 配置中的密钥: git config --global http.proxy http[s]://userName:password@proxyaddress:port 阅读全文
posted @ 2024-10-28 10:21 LL_TT 阅读(109) 评论(0) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3