会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
林间小路
满目山河空念远,不如念取眼前人
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
前端
element-ui el-table 悬停/选中 行样式,鼠标样式
摘要:/* 用来设置当前页面element全局table 选中某行时的背景色*/ .el-table__body tr.current-row > td { background-color: #78f709 !important; /* color: #f19944; */ /* 设置文字颜色,可以选择
阅读全文
posted @
2022-09-29 14:19
林间小路
阅读(1910)
评论(0)
推荐(0)
element-ui 提示框 确认按钮在左 取消按钮在右
摘要:添加 //取消按钮 样式 cancelButtonClass: 你的自定义类名, .btn-cancel{ float: right !important; margin-left: 10px !important; }
阅读全文
posted @
2022-09-29 14:17
林间小路
阅读(93)
评论(0)
推荐(0)
公告