友情链接管理;封装上传接口

This commit is contained in:
linxd
2025-06-18 18:46:32 +08:00
parent 2a0532f775
commit 73db059e7d
24 changed files with 562 additions and 385 deletions

View File

@ -0,0 +1,51 @@
.file-upload-wrapper {
.ant-upload-list {
margin-top: 8px;
}
.ant-upload-list-item-name {
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
}
.ant-upload-select {
margin-bottom: 8px;
}
.file-upload-tip {
margin-top: 8px;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
line-height: 1.5;
span {
cursor: help;
text-decoration: underline dotted;
}
}
.ant-upload-drag {
padding: 16px;
.ant-upload-drag-icon {
margin-bottom: 8px;
.anticon {
color: #40a9ff;
font-size: 48px;
}
}
.ant-upload-text {
margin: 0 0 4px;
color: rgba(0, 0, 0, 0.85);
font-size: 16px;
}
.ant-upload-hint {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
}
}
}