首页 前端知识 el-radio单选框样式修改为多选框样式

el-radio单选框样式修改为多选框样式

2024-07-30 22:07:34 前端知识 前端哥 760 823 我要收藏

el-radio单选框样式修改,小圆圈改为方框

 /deep/ .el-radio__inner {
  border-radius: 2px !important;
}

 /deep/ .el-radio__input.is-checked .el-radio__inner::after {
  content: '';
  width: 8px;
  height: 3px;
  border: 1px solid white;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  transform: rotate(-45deg);
  border-radius: 0px;
  background: none;
}

在这里插入图片描述

转载请注明出处或者链接地址:https://www.qianduange.cn//article/14574.html
标签
评论
发布的文章

AE、Lottie、JSON简单介绍

2024-08-12 10:08:42

VSCode配置settings.json

2024-08-12 10:08:42

JSON 格式说明

2024-08-12 10:08:34

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!