diff --git a/src/components/Article/ucItems.vue b/src/components/Article/ucItems.vue
index 4f142003..6950cccd 100644
--- a/src/components/Article/ucItems.vue
+++ b/src/components/Article/ucItems.vue
@@ -11,31 +11,42 @@
-
{{item.summary}}
-
-
+
+
+ {{item.summary}}
+
+
+
+
![]()
+
+
+
+
+
-
+
+ -->
+
+
+
-
-
+
+
- 编辑
- 删除
+
+
+
+
@@ -196,9 +207,9 @@ export default {
box-sizing: border-box;
}
.article-info-date {
- position: absolute;
- top: 70%;
- right:0px;
+ // position: absolute;
+ // top: 70%;
+ // right:0px;
.del{
color: #8590A6;
font-size: 14px;
@@ -293,14 +304,27 @@ width: 100%;
}
}
- .article-info-summary {
- margin-bottom: 20px;
- color: #333333;
- margin-top: 10px;
- font-size: 14px;
-
-
+ .art-head{
+ display: flex;
+ width: 100%;
+ margin-bottom: 15px;
+ .article-info-summary {
+ flex: 1;
+ color: #333333;
+ margin-top: 10px;
+ font-size: 14px;
+ }
+ .art-img{
+ width: 192px;
+ height: 109px;
+ margin-left: auto;
+ img{
+ width: 100%;
+ height: 100%;
+ }
+ }
}
+
.article-info-tools {
height: 30px;
display: flex;