style: 修复背景色显示不完整的问题

This commit is contained in:
2025-12-08 17:00:28 +08:00
parent 0bbb9f5ce0
commit f0b160f018
6 changed files with 46 additions and 25 deletions

View File

@@ -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;