Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
8f12f508
Commit
8f12f508
authored
Nov 09, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: UI优化
parent
500dc43a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/views/customerService/chatDetail.vue
src/views/customerService/chatDetail.vue
+6
-0
src/views/customerService/components/chatUserInfo.vue
src/views/customerService/components/chatUserInfo.vue
+2
-1
No files found.
src/views/customerService/chatDetail.vue
View file @
8f12f508
...
@@ -76,6 +76,7 @@
...
@@ -76,6 +76,7 @@
</div>
</div>
</el-main>
</el-main>
<el-aside
style=
"width: 25%;background-color: white;padding: 10px"
>
<el-aside
style=
"width: 25%;background-color: white;padding: 10px"
>
<div
v-if=
"chatUserInfo && chatUserInfo.user"
class=
"info-title"
>
对话信息
</div>
<ChatUserInfo
v-if=
"chatUserInfo && chatUserInfo.user"
:chat-user-info=
"chatUserInfo"
/>
<ChatUserInfo
v-if=
"chatUserInfo && chatUserInfo.user"
:chat-user-info=
"chatUserInfo"
/>
</el-aside>
</el-aside>
</el-container>
</el-container>
...
@@ -747,6 +748,11 @@ export default {
...
@@ -747,6 +748,11 @@ export default {
}
}
}
}
}
}
.info-title {
font-weight: bold;
font-size: 18px;
}
}
}
</
style
>
</
style
>
src/views/customerService/components/chatUserInfo.vue
View file @
8f12f508
...
@@ -94,11 +94,12 @@ export default {
...
@@ -94,11 +94,12 @@ export default {
.info-title {
.info-title {
width: 90px;
width: 90px;
text-align: end;
text-align: end;
font-weight:
bold
;
font-weight:
450
;
}
}
.info-content {
.info-content {
flex: 1;
flex: 1;
font-weight: 400;
}
}
}
}
}
}
...
...
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