From 9711fa051d9abefb6afcb2a7e9d08f71c43e5b85 Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Fri, 14 Oct 2022 12:09:36 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=96=87=E7=AB=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Article/ucItems.vue | 70 ++++++++++++++++++++----------
1 file changed, 47 insertions(+), 23 deletions(-)
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;