mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
案例字体颜色
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="content ql-container">
|
<div class="content ql-container">
|
||||||
<div class="ql-editor">
|
<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>
|
</div>
|
||||||
<!-- html内容 -->
|
<!-- html内容 -->
|
||||||
<!-- <img v-if="$route.query.id==1" style="width: 100%;" :src="`${webBaseUrl}/temp/articleOne.png`"/> -->
|
<!-- <img v-if="$route.query.id==1" style="width: 100%;" :src="`${webBaseUrl}/temp/articleOne.png`"/> -->
|
||||||
|
|||||||
@@ -352,7 +352,7 @@ export default {
|
|||||||
.case-summary{
|
.case-summary{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #454545;
|
color: #121212;
|
||||||
word-break:break-all;
|
word-break:break-all;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user