|
@@ -14,7 +14,7 @@
|
|
|
/>
|
|
|
<span
|
|
|
v-if="pageDate.status > 10 && textValue"
|
|
|
- style="padding: 0;display: inline-block;line-height: 1.65;"
|
|
|
+ style="display: inline-block;line-height: 1.65; background-color: #f7f7f7; padding: 10px; border-radius: 5px;"
|
|
|
v-html="textValue.replace(/\n/g, '<br />')"
|
|
|
/>
|
|
|
</div>
|
|
@@ -91,6 +91,8 @@ export default {
|
|
|
|
|
|
<style scoped lang="less">
|
|
|
.fixedText {
|
|
|
+ //margin-top: 10px;
|
|
|
+ padding-top: 10px;
|
|
|
.top-title {
|
|
|
width: 100%;
|
|
|
display: flex;
|