mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor in editor style
This commit is contained in:
parent
6bc9304870
commit
5b7fa737bb
1 changed files with 18 additions and 20 deletions
|
@ -396,28 +396,26 @@ export default {
|
|||
}
|
||||
</script>
|
||||
<style style='less'>
|
||||
#edit_page
|
||||
i {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
#picker {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
#add_event {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
#picker {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
#edit_page .el-form-item {
|
||||
#edit_page .el-form-item {
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue