diff --git a/src/cpns/ClipItemList.vue b/src/cpns/ClipItemList.vue
index 6401b25..392ac00 100644
--- a/src/cpns/ClipItemList.vue
+++ b/src/cpns/ClipItemList.vue
@@ -15,7 +15,9 @@
>
- {{ dateFormat(item.updateTime) }}
+ {{
+ dateFormat(item.updateTime)
+ }}
diff --git a/src/style/cpns/clip-item-list.less b/src/style/cpns/clip-item-list.less
index a80ed4b..d392da0 100644
--- a/src/style/cpns/clip-item-list.less
+++ b/src/style/cpns/clip-item-list.less
@@ -37,8 +37,13 @@
flex-direction: column;
justify-content: center;
align-items: center;
- min-width: 100px;
- span {
+ min-width: 95px;
+ max-width: 100px;
+ border: 0px solid @text-bg-color-lighter;
+ border-color: @text-bg-color-lighter;
+ border-style: solid;
+ border-width: 0px 2px 0px 0px;
+ .relative-date {
display: flex;
justify-content: center;
align-items: center;
@@ -55,8 +60,8 @@
overflow: hidden;
word-break: break-all;
max-height: 120px;
- max-width: 490px;
- padding: 5px;
+ max-width: 520px;
+ padding: 5px 5px 5px 10px;
white-space: pre-wrap;
flex-direction: column;
color: @text-color;