修复边框问题

This commit is contained in:
张成
2025-11-08 12:56:17 +08:00
parent 2113b83b01
commit ff19a61a86
5 changed files with 56 additions and 18 deletions

View File

@@ -47,12 +47,7 @@
height: 30px;
margin-right: 7px;
.action_icon {
width: 20px;
height: 20px;
background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ccircle cx='5' cy='10' r='1.5' fill='%23191919'/%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%23191919'/%3E%3Ccircle cx='15' cy='10' r='1.5' fill='%23191919'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
background-size: contain;
}
}
}

View File

@@ -205,7 +205,7 @@
justify-content: space-between;
align-items: center;
padding: 12px 20px;
border-bottom: 0.5px solid rgba(120, 120, 128, 0.12);
border-bottom: 0.5px solid rgba(120, 120, 128, 0.2);
position: sticky;
top: -1px;
background-color: #fff;