style: 样式优化

This commit is contained in:
zhangyh
2025-10-03 16:31:42 +08:00
parent e3daf445cd
commit 61fe587731
6 changed files with 36 additions and 10 deletions

View File

@@ -1443,6 +1443,15 @@ export default defineComponent({
}
}
:deep(.ant-dropdown-menu-item) {
&:first-child {
padding-bottom: 0;
}
&:last-child {
padding-top: 0;
}
}
.search_upImg :deep(.ant-upload.ant-upload-select-picture-card) {
background-color: transparent;
border: none;