会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bruce-lee-blog
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2023年1月31日
element-ui 表格列当内容过长隐藏时显示 tooltip及设置宽度
摘要: 设置tooltip宽度 .el-tooltip__popper.is-dark { max-width: 70vw; margin: 0 auto; } 开启tooltip :show-overflow-tooltip="true"
阅读全文
posted @ 2023-01-31 14:20 bruce_lee_1
阅读(545)
评论(0)
推荐(0)
2022年5月19日
element-ui表格修改背景色、文字和去掉边框和底部的白线和增加斑马线和
摘要: // 修改表格的背景色 .common-table-container .el-table, .common-table-container .el-table__expanded-cell { //background-color: transparent !important; backgrou
阅读全文
posted @ 2022-05-19 14:56 bruce_lee_1
阅读(1393)
评论(0)
推荐(0)
2022年5月18日
对象数组根据对象的相同value计算数量
摘要: let s = [ { "warning_level": "III级黄色预警", "warning_type": "大风预警", "arrive_time": "2022-03-29T00:00:00.000+0800" }, { "warning_level": "III级黄色预警", "warn
阅读全文
posted @ 2022-05-18 14:36 bruce_lee_1
阅读(28)
评论(0)
推荐(0)
2022年5月17日
element-ui去掉表格底部的白线
摘要: .common-table-container .el-table::before { left: 0; bottom: 0; width: 100%; height: 0px; }
阅读全文
posted @ 2022-05-17 10:40 bruce_lee_1
阅读(362)
评论(0)
推荐(0)
element-ui表格高度100%
摘要: <el-table height="calc(100%)" :data="tableData" stripe :show-header="false" style="width: 100%"> 父容器添加 overflow: hidden;
阅读全文
posted @ 2022-05-17 10:27 bruce_lee_1
阅读(840)
评论(0)
推荐(1)
上一页
1
2
公告