diff --git a/src/views/dashboard/Dashboard.vue b/src/views/dashboard/Dashboard.vue index 2c31458d..9db4d6bf 100644 --- a/src/views/dashboard/Dashboard.vue +++ b/src/views/dashboard/Dashboard.vue @@ -508,4 +508,7 @@ export default { margin-left: 15px; text-decoration: none; } + a { + text-decoration: none; + } diff --git a/src/views/post/PostList.vue b/src/views/post/PostList.vue index d7003fd4..ad266199 100644 --- a/src/views/post/PostList.vue +++ b/src/views/post/PostList.vue @@ -659,7 +659,7 @@ a { text-decoration: none; } .post-title { - width: 100px; + max-width: 100px; display: block; white-space: nowrap; overflow: hidden; diff --git a/src/views/sheet/SheetList.vue b/src/views/sheet/SheetList.vue index c858c5c7..39e89684 100644 --- a/src/views/sheet/SheetList.vue +++ b/src/views/sheet/SheetList.vue @@ -96,6 +96,18 @@ :dataSource="formattedSheets" :pagination="false" > + + + {{ text }} + + {{ statusProperty.text }} - + +