feat(breadcrumb): 修复面包屑组件
This commit is contained in:
@@ -4929,11 +4929,15 @@ body .layui-table-tips .layui-layer-content {
|
||||
color: #5fb878 !important;
|
||||
}
|
||||
|
||||
.layui-breadcrumb a cite {
|
||||
color: #999;
|
||||
.layui-breadcrumb a:nth-last-child(2) {
|
||||
color: #666;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.layui-breadcrumb span:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layui-breadcrumb span[lay-separator] {
|
||||
margin: 0 10px;
|
||||
color: #ccc;
|
||||
|
||||
Reference in New Issue
Block a user