fix: 注释掉 bd-strip-title 的伪元素样式
This commit is contained in:
@@ -1238,13 +1238,13 @@
|
|||||||
gap: 8px;
|
gap: 8px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.bd-strip-title::before {
|
/* .bd-strip-title::before {
|
||||||
content: '';
|
content: '';
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: linear-gradient(90deg, var(--bd-blue), var(--bd-cyan));
|
background: linear-gradient(90deg, var(--bd-blue), var(--bd-cyan));
|
||||||
}
|
} */
|
||||||
.bd-strip-chips {
|
.bd-strip-chips {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user