Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
64e2ddfa
authored
Nov 24, 2024
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能完善】商城: 客服整体的每个区域的线框优化
parent
90c71804
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
3 deletions
+36
-3
src/views/mall/promotion/kefu/components/KeFuMessageList.vue
+24
-2
src/views/mall/promotion/kefu/components/member/MemberInfo.vue
+12
-1
No files found.
src/views/mall/promotion/kefu/components/KeFuMessageList.vue
View file @
64e2ddfa
...
...
@@ -374,8 +374,19 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
<
style
lang=
"scss"
scoped
>
.kefu
{
background-color
:
#fff
;
position
:
relative
;
width
:
calc
(
100%
-
300px
-
260px
);
border-left
:
var
(
--el-border-color
)
solid
1px
;
&::after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
1px
;
/* 实际宽度 */
height
:
100%
;
background-color
:
var
(
--el-border-color
);
transform
:
scaleX
(
0.3
);
/* 缩小宽度 */
}
.kefu-header
{
background
:
#fbfbfb
;
...
...
@@ -463,12 +474,23 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
}
.kefu-footer
{
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
height
:
auto
;
margin
:
0
;
padding
:
0
;
border-top
:
var
(
--el-border-color
)
solid
1px
;
&::before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
1px
;
/* 初始宽度 */
background-color
:
var
(
--el-border-color
);
transform
:
scaleY
(
0.3
);
/* 缩小视觉高度 */
}
.chat-tools
{
width
:
100%
;
...
...
src/views/mall/promotion/kefu/components/member/MemberInfo.vue
View file @
64e2ddfa
...
...
@@ -165,9 +165,20 @@ const getUserData = async () => {
<
style
lang=
"scss"
scoped
>
.kefu
{
position
:
relative
;
width
:
300px
!important
;
background-color
:
#fff
;
border-left
:
var
(
--el-border-color
)
solid
1px
;
&::after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
1px
;
/* 实际宽度 */
height
:
100%
;
background-color
:
var
(
--el-border-color
);
transform
:
scaleX
(
0.3
);
/* 缩小宽度 */
}
&
-header
{
background
:
#fbfbfb
;
...
...
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