From 1a08981f1be2d94a61e356cb7c5c8eb427ea44c8 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Fri, 22 Mar 2024 17:34:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2-?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=BD=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/my/componments/Log/index.jsx | 17 ++++++++++++++++- src/pages/my/componments/Log/index.scss | 3 +++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/pages/my/componments/Log/index.jsx b/src/pages/my/componments/Log/index.jsx index 31157f3..67b2c5c 100644 --- a/src/pages/my/componments/Log/index.jsx +++ b/src/pages/my/componments/Log/index.jsx @@ -10,6 +10,7 @@ import { AtAccordion, AtList, AtListItem, + AtTimeline, } from "taro-ui"; import "./index.scss"; import beijing from "@/images/city/beijing.jpg"; @@ -22,7 +23,21 @@ import { useEffect, useState } from "react"; const Log = () => { const [open, setopen] = useState(false); - return Log; + return ( + + + + ); }; export default Log; diff --git a/src/pages/my/componments/Log/index.scss b/src/pages/my/componments/Log/index.scss index e69de29..f70fef1 100644 --- a/src/pages/my/componments/Log/index.scss +++ b/src/pages/my/componments/Log/index.scss @@ -0,0 +1,3 @@ +.Log{ + padding: 20px; +} \ No newline at end of file