Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporateCulture-qd
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporateCulture-qd
Commits
97fd95f2
Commit
97fd95f2
authored
Mar 05, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 20331】 styles: 优化样式
parent
09c41c2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletions
+19
-1
index.vue
src/views/questionDetail/index.vue
+19
-1
No files found.
src/views/questionDetail/index.vue
View file @
97fd95f2
...
...
@@ -334,7 +334,7 @@
</div>
<button
class=
"flex items-center gap-1.5 text-slate-500 hover:text-slate-800 transition-colors text-sm cursor-pointer"
class=
"
comment-btn
flex items-center gap-1.5 text-slate-500 hover:text-slate-800 transition-colors text-sm cursor-pointer"
@
click=
"handleComment(answer, index)"
>
<el-icon
class=
"text-base"
><IEpChatRound
/></el-icon>
...
...
@@ -507,4 +507,22 @@ onMounted(() => {
.fade-leave-active
{
transition
:
all
0.4s
cubic-bezier
(
0.25
,
0.46
,
0.45
,
0.94
);
}
.comment-btn
{
display
:
inline-flex
;
align-items
:
center
;
gap
:
0.375rem
;
padding
:
0.5rem
0.75rem
;
font-size
:
0.875rem
;
line-height
:
1.25rem
;
color
:
#64748b
;
border-radius
:
0.5rem
;
cursor
:
pointer
;
transition
:
color
0.15s
,
background-color
0.15s
;
&:hover
{
color
:
#1e293b
;
background-color
:
#f1f5f9
;
}
}
</
style
>
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