mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
修改我的笔记列表内容换行显示。
This commit is contained in:
@@ -393,7 +393,7 @@ export default {
|
|||||||
//删除事件
|
//删除事件
|
||||||
let event = {
|
let event = {
|
||||||
key: "DeleteNote",//
|
key: "DeleteNote",//
|
||||||
title: "删除笔记",//
|
title: "删除笔记",//
|
||||||
parameters:"author",//
|
parameters:"author",//
|
||||||
content: "删除了笔记",//
|
content: "删除了笔记",//
|
||||||
source:'page',
|
source:'page',
|
||||||
@@ -699,6 +699,7 @@ export default {
|
|||||||
.all-content{
|
.all-content{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
white-space: pre-line;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
img{
|
img{
|
||||||
width: 140px;
|
width: 140px;
|
||||||
|
|||||||
Reference in New Issue
Block a user