|
@ -20,7 +20,7 @@ |
|
|
</h4> |
|
|
</h4> |
|
|
<div |
|
|
<div |
|
|
v-show="projectTheme.showDescribe" |
|
|
v-show="projectTheme.showDescribe" |
|
|
class="form-name-text" v-html="formConf.description" |
|
|
class="form-name-text describe-html" v-html="formConf.description" |
|
|
/> |
|
|
/> |
|
|
<el-divider /> |
|
|
<el-divider /> |
|
|
<parser v-if="startParser" |
|
|
<parser v-if="startParser" |
|
@ -291,6 +291,10 @@ export default { |
|
|
background-repeat: repeat; |
|
|
background-repeat: repeat; |
|
|
background-color: rgba(229, 239, 247, 0.87); |
|
|
background-color: rgba(229, 239, 247, 0.87); |
|
|
} |
|
|
} |
|
|
|
|
|
.project-form .describe-html img{ |
|
|
|
|
|
max-width: 780px; |
|
|
|
|
|
margin: 0px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.project-body::-webkit-scrollbar { |
|
|
.project-body::-webkit-scrollbar { |
|
|
width: 0 !important; |
|
|
width: 0 !important; |
|
|