|
@@ -3,7 +3,7 @@
|
|
|
* @Author: 空白格
|
|
|
* @Date: 2022-08-12 11:41:14
|
|
|
* @LastEditors: 空白格
|
|
|
- * @LastEditTime: 2022-08-25 13:34:56
|
|
|
+ * @LastEditTime: 2022-08-29 10:05:25
|
|
|
* @FilePath: \veterans_client_web\src\views\WorkGuide\WorkGuideIndex.vue
|
|
|
* @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
|
|
|
-->
|
|
@@ -32,7 +32,7 @@
|
|
|
@click="jumpPage('/workguide/details', { id: item.id })"
|
|
|
>
|
|
|
<div class="wgli-title">{{ item.title }}</div>
|
|
|
- <div class="wgli-description" v-html="item.description"></div>
|
|
|
+ <!-- <div class="wgli-description" v-html="item.description"></div> -->
|
|
|
<div class="wgli-footer">
|
|
|
<div class="wgli-footer-reply">
|
|
|
<template v-if="item.replyStatus === 0">
|
|
@@ -138,6 +138,7 @@ export default {
|
|
|
padding: 20px;
|
|
|
border-radius: 3px;
|
|
|
margin-bottom: 20px;
|
|
|
+ cursor: pointer;
|
|
|
.wgli-title {
|
|
|
font-size: 26px;
|
|
|
color: #000;
|