Commit 2c2172f4 authored by liudong1993's avatar liudong1993
parents 8bce99bf 97620456
......@@ -576,6 +576,7 @@ html, body{
}
.travelDaysdetails-text0-r{
margin-top: -8px;
text-indent: 116px;
}
.travelDaysdetails-text0-r>p{
line-height: 42px;
......
......@@ -7,7 +7,7 @@
</style>
<template>
<div :style="style">
<div>
<!-- 图片上传组件辅助-->
<el-upload :id="myImageUploader" :http-request="UploadAttachment" :show-file-list="false" action="" v-if="toolbar.image">
......@@ -610,7 +610,7 @@
Quill.register(Font, true);
export default {
name: 'edit',
props: ["editValue", "toolbarShow", "referenceList", "placeholder", "defaultAccount","style","quillStyle"],
props: ["editValue", "toolbarShow", "referenceList", "placeholder", "defaultAccount","quillStyle"],
data() {
return {
myToolbar: '',
......
......@@ -786,5 +786,7 @@
</style>
<style scoped>
@import url('../../../../assets/css/tripIndexNew2.css');
@import url('../../../../assets/css/tripIndexNewHV.css');
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment