25
25
</el-tabs >
26
26
</el-main >
27
27
<el-aside width =" 30%" style =" background-color : white ;padding : 1% ;" >
28
- <el-tabs type =" border-card" >
28
+ <el-tabs type =" border-card" style = " min-height : 300 px ; " >
29
29
<el-tab-pane label =" 每日一星" >每日一星</el-tab-pane >
30
30
<el-tab-pane label =" 站长统计" >站长统计</el-tab-pane >
31
31
<el-tab-pane label =" 如何评选?" >如何评选?</el-tab-pane >
32
32
</el-tabs >
33
+ <div style =" padding-top : 5% ;user-select : none ;" >
34
+ <div class =" aside-tip-title" >
35
+ <el-icon ><Download /></el-icon >下载中心
36
+ </div >
37
+ <div style =" font-size : 14px ;color : #888 ;padding : 2% 5% ;" >
38
+ <Downloads ></Downloads >
39
+ <span style =" width :12px ; display :inline-block " ></span >
40
+ <FriendlyLink ></FriendlyLink >
41
+ </div >
42
+
43
+ <div class =" aside-tip-title" >
44
+ <el-icon ><QuestionFilled /></el-icon >帮助中心
45
+ </div >
46
+ <div style =" font-size : 14px ;color : #888 ;padding : 2% 5% ;" >
47
+ <Groups ></Groups >
48
+ </div >
49
+
50
+ <div class =" aside-tip-title" >
51
+ <el-icon ><InfoFilled /></el-icon >关于我们
52
+ </div >
53
+ <div style =" font-size : 14px ;color : #888 ;padding : 2% 5% ;" >
54
+ <Thanks ></Thanks >
55
+ <span style =" width :12px ; display :inline-block " ></span >
56
+ 赞助
57
+ </div >
58
+ </div >
33
59
</el-aside >
34
60
</el-container >
35
61
</div >
@@ -45,6 +71,12 @@ import { to_fixed_n } from "@/utils";
45
71
const { proxy } = useCurrentInstance ();
46
72
import { utc_to_local_format } from " @/utils/system/tools" ;
47
73
74
+ import FriendlyLink from " @/components/dialogs/FriendlyLinks.vue" ;
75
+ import Downloads from " @/components/dialogs/Downloads.vue" ;
76
+ import Thanks from " @/components/dialogs/Thanks.vue" ;
77
+ import Groups from " @/components/dialogs/Groups.vue" ;
78
+
79
+
48
80
import { useUserStore } from ' ../store'
49
81
const store = useUserStore ()
50
82
@@ -98,11 +130,27 @@ const update_review_queue = async () => {
98
130
99
131
</script >
100
132
101
- <style scope lang='less'>
133
+ <style lang='less'>
102
134
.bottom_tabs {
103
135
height : 500px ;
104
136
overflow : auto ;
105
137
106
138
}
107
139
140
+ .aside-tip-title {
141
+ font-size : 14px ;
142
+ color : #555 ;
143
+ display :flex ;
144
+ align-items : center ;
145
+ margin-top : 5% ;
146
+ }
147
+
148
+ .text-button :hover {
149
+ cursor : pointer ;
150
+ }
151
+
152
+
153
+
154
+
155
+
108
156
</style >
0 commit comments