perf: 优化首页模板
This commit is contained in:
@@ -43,7 +43,6 @@ import ImagePreview from "@/components/ImagePreview"
|
|||||||
import TreeSelect from '@/components/TreeSelect'
|
import TreeSelect from '@/components/TreeSelect'
|
||||||
// 字典标签组件
|
// 字典标签组件
|
||||||
import DictTag from '@/components/DictTag'
|
import DictTag from '@/components/DictTag'
|
||||||
import 'ant-design-vue/dist/reset.css';
|
|
||||||
|
|
||||||
const app = createApp(App)
|
const app = createApp(App)
|
||||||
|
|
||||||
|
@@ -169,6 +169,7 @@ import {
|
|||||||
ListItemMeta,
|
ListItemMeta,
|
||||||
Avatar,
|
Avatar,
|
||||||
} from "ant-design-vue";
|
} from "ant-design-vue";
|
||||||
|
import 'ant-design-vue/dist/reset.css';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@@ -251,7 +252,7 @@ const projectNotice = [
|
|||||||
title: "Bootstrap",
|
title: "Bootstrap",
|
||||||
logo: "https://gw.alipayobjects.com/zos/rmsportal/siCrBXXhmvTQGWPNLBow.png",
|
logo: "https://gw.alipayobjects.com/zos/rmsportal/siCrBXXhmvTQGWPNLBow.png",
|
||||||
description:
|
description:
|
||||||
"............................凛冬将至.........................",
|
"凛冬将至",
|
||||||
updatedAt: "6 年前",
|
updatedAt: "6 年前",
|
||||||
member: "高逼格设计天团",
|
member: "高逼格设计天团",
|
||||||
href: "",
|
href: "",
|
||||||
@@ -639,6 +640,7 @@ onBeforeUnmount(() => {
|
|||||||
}
|
}
|
||||||
.projectItemContent {
|
.projectItemContent {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-basis: 100%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Reference in New Issue
Block a user