fix: 进展报表样式调整
This commit is contained in:
@@ -155,7 +155,13 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||||||
<!-- <div v-html="row.content" style="white-space: pre-wrap"></div> -->
|
<!-- <div v-html="row.content" style="white-space: pre-wrap"></div> -->
|
||||||
<ShadowContainer
|
<ShadowContainer
|
||||||
:content="row.content"
|
:content="row.content"
|
||||||
styles="font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; font-size: 13px; color: #323639;"
|
styles="font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; font-size: 13px; color: #323639;
|
||||||
|
ol {
|
||||||
|
padding-left: 13px;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
padding-left: 16px;
|
||||||
|
}"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@@ -155,7 +155,13 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||||||
<!-- <div v-html="row.content" style="white-space: pre-wrap"></div> -->
|
<!-- <div v-html="row.content" style="white-space: pre-wrap"></div> -->
|
||||||
<ShadowContainer
|
<ShadowContainer
|
||||||
:content="row.content"
|
:content="row.content"
|
||||||
styles="font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; font-size: 13px; color: #323639;"
|
styles="font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; font-size: 13px; color: #323639;
|
||||||
|
ol {
|
||||||
|
padding-left: 13px;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
padding-left: 16px;
|
||||||
|
}"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user