mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
修改
This commit is contained in:
@@ -161,8 +161,9 @@
|
||||
:before-remove="beforeRemove"
|
||||
:limit="1"
|
||||
:on-exceed="handleExceed"
|
||||
:file-list="fileList">
|
||||
<el-button style="font-size: 18px;padding-top:0;" icon="el-icon-picture-outline" type="text"></el-button>
|
||||
:file-list="fileList"
|
||||
list-type="picture">
|
||||
<el-button style="padding-top:0;" type="text">点击上传图片</el-button>
|
||||
<!-- <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> -->
|
||||
</el-upload>
|
||||
<!-- </div> -->
|
||||
@@ -688,23 +689,40 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
::v-deep .el-upload-list__item-name{
|
||||
display: none;
|
||||
}
|
||||
::v-deep .el-upload-list--picture .el-upload-list__item-thumbnail{
|
||||
width: 60px !important;
|
||||
height: 60px !important;
|
||||
}
|
||||
::v-deep .el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{
|
||||
display: none;
|
||||
}
|
||||
::v-deep .el-upload-list--picture .el-upload-list__item{
|
||||
border: none !important;
|
||||
}
|
||||
::v-deep .el-upload-list__item-status-label{
|
||||
display: none !important;
|
||||
}
|
||||
::v-deep .el-form-item--mini.el-form-item, .el-form-item--small.el-form-item{
|
||||
margin-bottom: 23px !important;
|
||||
margin-bottom: 37px !important;
|
||||
}
|
||||
.inputclass{
|
||||
position: relative;
|
||||
}
|
||||
::v-deep .el-upload-list{
|
||||
position: absolute !important;
|
||||
left: 20px !important;
|
||||
// right: 10px !important;
|
||||
// top:0 !important;
|
||||
margin-top: -10px !important;
|
||||
// height: 60px;
|
||||
margin-top: -68px !important;
|
||||
}
|
||||
.optionbox{
|
||||
float: right;
|
||||
}
|
||||
.Optionsimage{
|
||||
margin-right: 20px;
|
||||
margin-right: 28px;
|
||||
margin-top: 0 !important;
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user