Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
company_app
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
毛细亚
company_app
Commits
3cdff6b1
提交
3cdff6b1
authored
6月 12, 2025
作者:
毛细亚
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
跟新代码
上级
c268f1ed
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
12 行增加
和
25 行删除
+12
-25
index.scss
src/styles/index.scss
+4
-0
mailList.vue
src/views/mailList.vue
+1
-3
Info.vue
src/views/userInfo/components/Info.vue
+5
-20
gameUserInfo.vue
src/views/userInfo/components/gameInfo/gameUserInfo.vue
+2
-2
没有找到文件。
src/styles/index.scss
浏览文件 @
3cdff6b1
...
...
@@ -849,3 +849,7 @@ li {
font-weight
:
500
;
}
}
.el-input__icon
{
line-height
:
1
;
}
src/views/mailList.vue
浏览文件 @
3cdff6b1
...
...
@@ -413,8 +413,7 @@ export default {
.search-type-select
{
width
:
80px
;
flex-shrink
:
0
;
margin-right
:
-10px
;
::v-deep
.el-input__inner
{
border
:
1px
solid
#dcdcdc
;
border-radius
:
4px
;
...
...
@@ -425,7 +424,6 @@ export default {
.search-input
{
flex
:
1
;
::v-deep
.el-input__inner
{
border
:
1px
solid
#dcdcdc
;
border-radius
:
4px
;
...
...
src/views/userInfo/components/Info.vue
浏览文件 @
3cdff6b1
...
...
@@ -155,17 +155,12 @@
chatUserDetails.tag_group &&
chatUserDetails.tag_group.length > 0
"
class
=
"tags rowFlex columnCenter flexWarp"
>
<!--
第一个标签组的所有标签
-->
<
div
class
=
"tagsItem rowFlex columnCenter flexWarp"
>
<
span
<
el
-
tag
v
-
for
=
"(items, indexs) in chatUserDetails.tag_group[0].tag"
:
key
=
"indexs"
class
=
"tag hidden"
>
{{
items
.
name
}}
<
/span
>
<
/div
>
>
{{
items
.
name
}}
<
/el-tag
>
<!--
如果有多个标签组,显示
+
n
-->
<
el
-
popover
v
-
if
=
"chatUserDetails.tag_group.length > 1"
...
...
@@ -179,11 +174,11 @@
:
key
=
"groupIndex"
class
=
"group-item"
>
<
span
<
el
-
tag
v
-
for
=
"(tagItem, tagIndex) in group.tag"
:
key
=
"tagIndex"
class
=
"tag-item
"
>
{{
tagItem
.
name
}}
<
/span
>
style
=
"margin-right: 10px;
"
>
{{
tagItem
.
name
}}
<
/el-tag
>
<
/div
>
<
/div
>
<
span
...
...
@@ -811,18 +806,9 @@ import { getToken,removeToken } from '@/utils/auth'
.
tag
-
more
{
display
:
inline
-
block
;
background
-
color
:
#
E8F7FF
;
color
:
#
3491
FA
;
padding
:
2
px
8
px
;
border
-
radius
:
2
px
;
margin
-
left
:
5
px
;
font
-
size
:
12
px
;
cursor
:
pointer
;
transition
:
all
0.3
s
;
&
:
hover
{
background
-
color
:
#
d0edff
;
}
}
.
tags
-
popover
-
content
{
...
...
@@ -852,7 +838,6 @@ import { getToken,removeToken } from '@/utils/auth'
margin
-
bottom
:
8
px
;
padding
-
bottom
:
8
px
;
border
-
bottom
:
1
px
dashed
#
eee
;
&
:
last
-
child
{
margin
-
bottom
:
0
;
padding
-
bottom
:
0
;
...
...
src/views/userInfo/components/gameInfo/gameUserInfo.vue
浏览文件 @
3cdff6b1
...
...
@@ -172,9 +172,9 @@
</div>
</div>
<div
v-if=
"gameUserInfo.service_wechat_number_info && gameUserInfo.service_wechat_number_info.length>0"
class=
"item rowFlex columnCenter spaceBetween"
>
<div
class=
"
columnFlex
"
style=
"width:100%;"
>
<div
class=
"
rowFlex columnCenter
"
style=
"width:100%;"
>
<span
class=
"label"
>
客服微信号:
</span>
<div
class=
"rowFlex columnCenter"
style=
"margin-top:10px;width:100%;"
>
<div
class=
"rowFlex columnCenter"
>
<!-- 显示第一个微信号 -->
<div
class=
"rowFlex columnCenter"
>
<p
class=
"hidden wxName"
>
{{
gameUserInfo
.
service_wechat_number_info
[
0
].
service_wechat_number_name
}}
(
{{
gameUserInfo
.
service_wechat_number_info
[
0
].
service_type_name
}}
)
</p>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论