minor in editor style
This commit is contained in:
@@ -396,28 +396,26 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style style='less'>
|
<style style='less'>
|
||||||
|
#edit_page
|
||||||
|
i {
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
i {
|
#picker {
|
||||||
font-size: 1.3em;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#add_event {
|
#edit_page .el-form-item {
|
||||||
max-width: 800px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#picker {
|
|
||||||
max-width: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#edit_page .el-form-item {
|
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-upload,
|
||||||
|
.el-upload-dragger {
|
||||||
|
overflow: hidden;
|
||||||
|
text-align: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 80%;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.el-upload,
|
|
||||||
.el-upload-dragger {
|
|
||||||
overflow: hidden;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 80%;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user