perf: 优化首页模板

This commit is contained in:
insistence
2024-01-29 15:11:52 +08:00
parent ba4bbdedd7
commit 939084e2a4
2 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ import ImagePreview from "@/components/ImagePreview"
import TreeSelect from '@/components/TreeSelect'
// 字典标签组件
import DictTag from '@/components/DictTag'
import 'ant-design-vue/dist/reset.css';
const app = createApp(App)

View File

@@ -169,6 +169,7 @@ import {
ListItemMeta,
Avatar,
} from "ant-design-vue";
import 'ant-design-vue/dist/reset.css';
export default {
components: {
@@ -251,7 +252,7 @@ const projectNotice = [
title: "Bootstrap",
logo: "https://gw.alipayobjects.com/zos/rmsportal/siCrBXXhmvTQGWPNLBow.png",
description:
"............................凛冬将至.........................",
"凛冬将至",
updatedAt: "6 年前",
member: "高逼格设计天团",
href: "",
@@ -639,6 +640,7 @@ onBeforeUnmount(() => {
}
.projectItemContent {
display: flex;
flex-basis: 100%;
height: 20px;
margin-top: 8px;
overflow: hidden;