Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
frontend-yd-email
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
frontend-yd-email
Commits
7fb0a12e
Commit
7fb0a12e
authored
Apr 16, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退出登录的按钮样式优化
parent
26f467d0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
22 deletions
+6
-22
src/components/ComposeEmail.vue
+1
-1
src/components/LoginPage.vue
+1
-18
src/components/Sidebar.vue
+1
-1
src/index.css
+3
-2
No files found.
src/components/ComposeEmail.vue
View file @
7fb0a12e
...
...
@@ -186,7 +186,7 @@
</
template
>
<
script
setup
lang=
"ts"
>
import
{
ref
,
defineProps
,
defineEmits
,
computed
}
from
'vue'
import
{
ref
,
computed
}
from
'vue'
import
ContactSelector
from
'./ContactSelector.vue'
import
VariableSelector
from
'./VariableSelector.vue'
import
EmailPreview
from
'./EmailPreview.vue'
...
...
src/components/LoginPage.vue
View file @
7fb0a12e
...
...
@@ -114,31 +114,14 @@
<div
class=
"absolute inset-0 flex items-center"
>
<div
class=
"w-full border-t border-gray-300"
></div>
</div>
<div
class=
"relative flex justify-center text-sm"
>
<span
class=
"px-2 bg-white text-gray-500"
>
其他登录方式
</span>
</div>
</div>
<div
class=
"mt-6 grid grid-cols-2 gap-3"
>
<button
class=
"flex items-center justify-center py-2 px-4 border border-gray-300 rounded-lg shadow-sm bg-white text-gray-700 hover:bg-gray-50 transition-colors"
>
<i
class=
"fab fa-github mr-2 text-gray-800"
></i>
<span>
GitHub
</span>
</button>
<button
class=
"flex items-center justify-center py-2 px-4 border border-gray-300 rounded-lg shadow-sm bg-white text-gray-700 hover:bg-gray-50 transition-colors"
>
<i
class=
"fab fa-google mr-2 text-red-500"
></i>
<span>
Google
</span>
</button>
</div>
</div>
</div>
<!-- 底部版权信息 -->
<div
class=
"bg-gray-50 px-6 py-4 text-center text-sm text-gray-500 border-t border-gray-100"
>
<p>
© 202
4 邮件系统.
保留所有权利.
</p>
<p>
© 202
6 邮件系统. 银盾保险经纪
保留所有权利.
</p>
</div>
</div>
</div>
...
...
src/components/Sidebar.vue
View file @
7fb0a12e
...
...
@@ -57,7 +57,7 @@
<div
class=
"absolute bottom-4 left-0 right-0 px-4"
>
<button
@
click=
"$emit('logout')"
class=
"
w-full
text-left px-4 py-2 rounded hover:bg-blue-500 transition-colors flex items-center text-sm"
class=
"text-left px-4 py-2 rounded hover:bg-blue-500 transition-colors flex items-center text-sm"
>
<i
class=
"fas fa-sign-out-alt mr-2"
></i>
退出登录
</button>
...
...
src/index.css
View file @
7fb0a12e
/* 导入Font Awesome */
@import
url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css')
;
/* 导入Tailwind CSS */
@tailwind
base
;
@tailwind
components
;
@tailwind
utilities
;
/* 导入Font Awesome */
@import
url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css')
;
/* 自定义样式 */
#app
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment