mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-10 07:07:18 +00:00
优化页面标题,添加 Font Awesome 图标,调整样式以提升用户体验
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div class="friend-links">
|
||||
<h1>
|
||||
<i class="fa-solid fa-link"></i>友链
|
||||
</h1>
|
||||
<!-- 加载状态 -->
|
||||
<div v-if="loading" class="loading-container">
|
||||
<el-skeleton :rows="10" animated />
|
||||
@ -200,4 +203,10 @@ export default {
|
||||
.loading-container {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user