fix: style lint

This commit is contained in:
xingyu4j
2025-10-10 18:10:59 +08:00
parent f41e746a81
commit 850df7149a

View File

@@ -314,11 +314,11 @@ function getValue() {
<style scoped> <style scoped>
.upload-drag-area { .upload-drag-area {
border: 2px dashed #d9d9d9;
border-radius: 8px;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
background-color: #fafafa; background-color: #fafafa;
border: 2px dashed #d9d9d9;
border-radius: 8px;
transition: border-color 0.3s; transition: border-color 0.3s;
} }
@@ -327,15 +327,15 @@ function getValue() {
} }
.ant-upload-drag-icon { .ant-upload-drag-icon {
margin-bottom: 16px;
font-size: 48px; font-size: 48px;
color: #d9d9d9; color: #d9d9d9;
margin-bottom: 16px;
} }
.ant-upload-text { .ant-upload-text {
margin-bottom: 8px;
font-size: 16px; font-size: 16px;
color: #666; color: #666;
margin-bottom: 8px;
} }
.ant-upload-hint { .ant-upload-hint {