mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26: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`"/> -->
|
||||
|
||||
@@ -352,7 +352,7 @@ export default {
|
||||
.case-summary{
|
||||
margin-top: 10px;
|
||||
font-size: 15px;
|
||||
color: #454545;
|
||||
color: #121212;
|
||||
word-break:break-all;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user