style: 修复背景色显示不完整的问题
This commit is contained in:
@@ -156,10 +156,24 @@
|
||||
gap: 6px;
|
||||
flex: 0 0 auto;
|
||||
border-radius: 20px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
// border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
// background: rgba(255, 255, 255, 0.16);
|
||||
overflow: scroll;
|
||||
padding: 12px 0 12px 15px;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0.5px solid rgba(255, 255, 255, 0.1);
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
&-title {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user