提交 91e261a9 authored 作者: coderBryanFu's avatar coderBryanFu

update

上级 5a2524e0
......@@ -198,6 +198,13 @@ import Message2 from "@/views/bill/billHome/assets/images/message-icon2.png";
import Message3 from "@/views/bill/billHome/assets/images/message-icon3.png";
const router = useRouter();
// 返回首页
const handleBackHome = () => {
router.push({
path: "/overview"
});
};
const searchText = ref("");
const activeTime = ref("本月");
const worldMapRef = ref(null);
......@@ -773,11 +780,8 @@ onMounted(() => {
}
.search-section {
margin: 0 auto;
margin-bottom: 30px;
// display: flex;
// justify-content: center;
// margin-top: 20px;
margin-left: 200px;
width: 800px;
height: 48px;
border-radius: 10px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论