丰富一些图标

This commit is contained in:
2025-12-14 20:36:53 +08:00
parent c5cfce2ea4
commit e9b51cc337
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ const Nodata = defineAsyncComponent(() => import('@/components/index/Nodata.vue'
<template>
<header class="header">
<div class="header-left">
<button class="header-button create-component"><i class="fa-solid fa-plus"></i> 创建组件</button>
<button class="header-button create-component"><i class="fa-solid fa-square-plus"></i> 创建组件</button>
</div>
<div class="header-right">
<input type="text" placeholder="请输入名称" class="header-search"></input>