Merge branch 'master' into light

This commit is contained in:
张成
2025-09-06 23:16:47 +08:00
5 changed files with 234 additions and 101 deletions

View File

@@ -121,6 +121,18 @@
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
.upload-source-popup-item-text {
width: 100%;
height: 56px;
padding: 16px 24px;
box-sizing: border-box;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px;
text-align: center;
}
&:last-child {
border-bottom: none;
}