pref: 优化任务详细描述显示
This commit is contained in:
parent
0a2a903c74
commit
e7196efaea
@ -2,7 +2,7 @@
|
||||
<div class="teditor-wrapper">
|
||||
<div class="teditor-box" :class="[!inline && spinShow ? 'teditor-loadstyle' : 'teditor-loadedstyle']">
|
||||
<template v-if="inline">
|
||||
<div ref="myTextarea" :id="id" v-html="content"></div>
|
||||
<div ref="myTextarea" :id="id" v-html="spinShow ? '' : content"></div>
|
||||
<Icon v-if="spinShow" type="ios-loading" :size="18" class="icon-loading icon-inline"></Icon>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
@ -77,6 +77,13 @@
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
pre {
|
||||
padding: 14px;
|
||||
margin: 7px 0;
|
||||
overflow: auto;
|
||||
background: #f5f2f0;
|
||||
border-radius: 5px;
|
||||
}
|
||||
&[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
@ -163,6 +163,13 @@
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
pre {
|
||||
padding: 14px;
|
||||
margin: 7px 0;
|
||||
overflow: auto;
|
||||
background: #f5f2f0;
|
||||
border-radius: 5px;
|
||||
}
|
||||
&[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user