style:修改antd upload样式、增加创建多层项目创建信息获取。

This commit is contained in:
wuyx
2022-10-31 18:21:26 +08:00
parent d3448506c3
commit f2a3f63765
2 changed files with 3079 additions and 3128 deletions

View File

@@ -42,6 +42,7 @@
border: 1px solid rgba(78, 166, 255, 1);
border-radius: 5px;
cursor: pointer;
position: relative;
overflow: hidden;
">
<a-upload v-model:file-list="fileList" name="file" list-type="picture-card" class="avatar-uploader"
@@ -503,6 +504,11 @@ export default {
}
}
// 修改 antd upload 样式
.ant-upload {
border-width: 0px;
}
.content {
display: flex;