mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
Merge branch 'third' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into third
This commit is contained in:
@@ -161,8 +161,9 @@
|
|||||||
:before-remove="beforeRemove"
|
:before-remove="beforeRemove"
|
||||||
:limit="1"
|
:limit="1"
|
||||||
:on-exceed="handleExceed"
|
:on-exceed="handleExceed"
|
||||||
:file-list="fileList">
|
:file-list="fileList"
|
||||||
<el-button style="font-size: 18px;padding-top:0;" icon="el-icon-picture-outline" type="text"></el-button>
|
list-type="picture">
|
||||||
|
<el-button style="padding-top:0;" type="text">点击上传图片</el-button>
|
||||||
<!-- <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> -->
|
<!-- <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> -->
|
||||||
</el-upload>
|
</el-upload>
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
@@ -688,23 +689,40 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<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{
|
::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{
|
.inputclass{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
::v-deep .el-upload-list{
|
::v-deep .el-upload-list{
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
left: 20px !important;
|
// right: 10px !important;
|
||||||
// top:0 !important;
|
// top:0 !important;
|
||||||
margin-top: -10px !important;
|
// height: 60px;
|
||||||
|
margin-top: -68px !important;
|
||||||
}
|
}
|
||||||
.optionbox{
|
.optionbox{
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.Optionsimage{
|
.Optionsimage{
|
||||||
margin-right: 20px;
|
margin-right: 28px;
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|||||||
@@ -1223,6 +1223,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.search-item {
|
.search-item {
|
||||||
|
cursor: pointer;
|
||||||
// padding: 10px 0;
|
// padding: 10px 0;
|
||||||
}
|
}
|
||||||
// .search-item:not(:last-child) {
|
// .search-item:not(:last-child) {
|
||||||
|
|||||||
Reference in New Issue
Block a user