mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 01:06:43 +08:00
案例字体颜色
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
<div class="content ql-container">
|
||||
<div class="ql-editor">
|
||||
<div class="qltext" style="word-break:break-all;" v-html="articleDetailData.content"></div>
|
||||
<div class="qltext" style="word-break:break-all; color:#121212" v-html="articleDetailData.content"></div>
|
||||
</div>
|
||||
<!-- html内容 -->
|
||||
<!-- <img v-if="$route.query.id==1" style="width: 100%;" :src="`${webBaseUrl}/temp/articleOne.png`"/> -->
|
||||
|
||||
Reference in New Issue
Block a user