From 4b441e5b87e740a8b79da250cb1c28bc3ccd9d6f Mon Sep 17 00:00:00 2001
From: guqing <1484563614@qq.com>
Date: Wed, 3 Jul 2019 17:23:32 +0800
Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=82=B9=E5=87=BB=E6=A0=87=E9=A2=98=E9=A2=84?=
=?UTF-8?q?=E8=A7=88=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/dashboard/Dashboard.vue | 3 +++
src/views/post/PostList.vue | 2 +-
src/views/sheet/SheetList.vue | 29 +++++++++++++++++++++++++++--
3 files changed, 31 insertions(+), 3 deletions(-)
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 }}
-
+
+