🌀(button-group): 优化分割线样式

This commit is contained in:
就眠儀式
2022-11-02 11:48:55 +08:00
parent cceeb03c9f
commit cf254de182
2 changed files with 14 additions and 2 deletions

View File

@@ -14,8 +14,15 @@
border-radius: 0;
}
.layui-btn-group .layui-btn:not(:first-child) {
border-left: none;
.layui-btn-group .layui-btn:not(:last-child) {
border-right: none !important;
}
.layui-btn-group .layui-btn.layui-btn-primary:not(:first-child),
.layui-btn-group .layui-btn.layui-btn-normal:not(:first-child),
.layui-btn-group .layui-btn.layui-btn-warm:not(:first-child),
.layui-btn-group .layui-btn.layui-btn-danger:not(:first-child) {
border-left: 1px solid rgba(255, 255, 255, .5)
}
.layui-btn-group .layui-btn:first-child {