Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
company_app
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
毛细亚
company_app
Commits
4eac6f60
提交
4eac6f60
authored
6月 09, 2025
作者:
毛细亚
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新代码
上级
4c6be1e3
隐藏空白字符变更
内嵌
并排
正在显示
26 个修改的文件
包含
138 行增加
和
92 行删除
+138
-92
loading.vue
src/components/loading.vue
+1
-1
selectTag.vue
src/components/selectTag.vue
+1
-1
index.scss
src/styles/index.scss
+10
-0
ViolationRecord.vue
src/views/ViolationRecord.vue
+5
-2
AreaTransferApply.vue
src/views/components/ApplyRecords/AreaTransferApply.vue
+9
-9
TerminaTranfer.vue
src/views/components/ApplyRecords/TerminaTranfer.vue
+9
-9
addErrorHandle.vue
src/views/components/ApplyRecords/addErrorHandle.vue
+1
-1
errorHandle.vue
src/views/components/ApplyRecords/errorHandle.vue
+6
-6
emailGift.vue
src/views/components/giftRecord/emailGift.vue
+4
-4
wxGift.vue
src/views/components/giftRecord/wxGift.vue
+1
-1
orderRefund.vue
src/views/components/order/orderRefund.vue
+1
-1
refundLog.vue
src/views/components/order/refundLog.vue
+8
-8
sendGame.vue
src/views/components/quickSendGame/sendGame.vue
+5
-3
mainGame.vue
src/views/components/quickSendGame/sendGame/mainGame.vue
+1
-1
selectChannel.vue
...views/components/quickSendGame/sendGame/selectChannel.vue
+7
-1
vipTools.vue
src/views/components/quickSendGame/vipTools.vue
+8
-4
approval.vue
src/views/components/roleInfo/approval.vue
+8
-3
report.vue
src/views/components/roleInfo/report.vue
+12
-8
aiLibrary.vue
src/views/components/skill/aiLibrary.vue
+3
-3
skillCompany.vue
src/views/components/skill/skillCompany.vue
+2
-2
skillLibrary.vue
src/views/components/skill/skillLibrary.vue
+4
-4
skillPersonal.vue
src/views/components/skill/skillPersonal.vue
+2
-2
giftRecord.vue
src/views/giftRecord.vue
+1
-1
orderList.vue
src/views/orderList.vue
+11
-11
roleInfo.vue
src/views/roleInfo.vue
+12
-0
taskRecord.vue
src/views/taskRecord.vue
+6
-6
没有找到文件。
src/components/loading.vue
浏览文件 @
4eac6f60
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
animation
:
rotage
linear
1s
infinite
;
animation
:
rotage
linear
1s
infinite
;
}
}
.text
{
.text
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
font-size
:
14px
;
font-size
:
14px
;
margin-left
:
5px
;
margin-left
:
5px
;
}
}
...
...
src/components/selectTag.vue
浏览文件 @
4eac6f60
...
@@ -440,7 +440,7 @@
...
@@ -440,7 +440,7 @@
font-size
:
14px
;
font-size
:
14px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
...
...
src/styles/index.scss
浏览文件 @
4eac6f60
...
@@ -710,3 +710,13 @@ li {
...
@@ -710,3 +710,13 @@ li {
}
}
// cascader 样式
.el-cascader__dropdown
.el-cascader-panel
{
display
:
flex
;
flex-direction
:
column
;
.el-cascader-menu__wrap
{
margin-bottom
:
0px
!
important
;
}
.el-cascader-menu
{
}
}
src/views/ViolationRecord.vue
浏览文件 @
4eac6f60
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-form
<el-form
v-loading=
"loading"
v-loading=
"loading"
class=
"violationRecordContent"
class=
"violationRecordContent"
label-width=
"
10
0px"
label-width=
"
9
0px"
>
>
<div
v-if=
"violationList.length > 0"
>
<div
v-if=
"violationList.length > 0"
>
<div
<div
...
@@ -274,6 +274,9 @@ export default {
...
@@ -274,6 +274,9 @@ export default {
border-bottom
:
1px
dashed
#ebeef5
;
border-bottom
:
1px
dashed
#ebeef5
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
padding-bottom
:
20px
;
padding-bottom
:
20px
;
::v-deep
.el-form-item__label{
line-height
:
40px
;
}
&
:last-child
{
&
:last-child
{
border-bottom
:
none
;
border-bottom
:
none
;
...
@@ -285,7 +288,7 @@ export default {
...
@@ -285,7 +288,7 @@ export default {
margin-top
:
4px
;
margin-top
:
4px
;
p
{
p
{
line-height
:
25
px
;
line-height
:
32
px
;
}
}
.label
{
.label
{
...
...
src/views/components/ApplyRecords/AreaTransferApply.vue
浏览文件 @
4eac6f60
...
@@ -496,7 +496,7 @@ export default {
...
@@ -496,7 +496,7 @@ export default {
font
-
size
:
12
px
;
font
-
size
:
12
px
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
:
none
;
border
:
none
;
}
}
...
@@ -634,8 +634,8 @@ export default {
...
@@ -634,8 +634,8 @@ export default {
}
}
::
v
-
deep
.
el
-
step
>
.
is
-
success
{
::
v
-
deep
.
el
-
step
>
.
is
-
success
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
-
color
:
#
00
bf8a
;
border
-
color
:
#
409
EFF
;
.
el
-
step__line
{
.
el
-
step__line
{
background
-
color
:
#
e5e6eb
;
background
-
color
:
#
e5e6eb
;
...
@@ -643,12 +643,12 @@ export default {
...
@@ -643,12 +643,12 @@ export default {
}
}
::
v
-
deep
.
el
-
step__main
>
.
is
-
success
{
::
v
-
deep
.
el
-
step__main
>
.
is
-
success
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
}
}
::
v
-
deep
.
el
-
step
>
.
is
-
process
{
::
v
-
deep
.
el
-
step
>
.
is
-
process
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
-
color
:
#
00
bf8a
;
border
-
color
:
#
409
EFF
;
.
el
-
step__line
{
.
el
-
step__line
{
background
-
color
:
#
e5e6eb
;
background
-
color
:
#
e5e6eb
;
...
@@ -656,7 +656,7 @@ export default {
...
@@ -656,7 +656,7 @@ export default {
}
}
::
v
-
deep
.
el
-
step__main
>
.
is
-
process
{
::
v
-
deep
.
el
-
step__main
>
.
is
-
process
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
}
}
.
form
-
item
-
btn
{
.
form
-
item
-
btn
{
...
@@ -677,7 +677,7 @@ export default {
...
@@ -677,7 +677,7 @@ export default {
.
preview
-
btn
{
.
preview
-
btn
{
cursor
:
pointer
;
cursor
:
pointer
;
font
-
size
:
14
px
;
font
-
size
:
14
px
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
margin
:
0
0
0
10
px
;
margin
:
0
0
0
10
px
;
i
{
i
{
...
@@ -833,7 +833,7 @@ export default {
...
@@ -833,7 +833,7 @@ export default {
}
}
.
info
-
value
-
color
{
.
info
-
value
-
color
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
margin
-
left
:
5
px
;
margin
-
left
:
5
px
;
}
}
}
}
...
...
src/views/components/ApplyRecords/TerminaTranfer.vue
浏览文件 @
4eac6f60
...
@@ -501,7 +501,7 @@ export default {
...
@@ -501,7 +501,7 @@ export default {
font
-
size
:
12
px
;
font
-
size
:
12
px
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
:
none
;
border
:
none
;
}
}
...
@@ -630,8 +630,8 @@ export default {
...
@@ -630,8 +630,8 @@ export default {
}
}
::
v
-
deep
.
el
-
step
>
.
is
-
success
{
::
v
-
deep
.
el
-
step
>
.
is
-
success
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
-
color
:
#
00
bf8a
;
border
-
color
:
#
409
EFF
;
.
el
-
step__line
{
.
el
-
step__line
{
background
-
color
:
#
e5e6eb
;
background
-
color
:
#
e5e6eb
;
...
@@ -639,12 +639,12 @@ export default {
...
@@ -639,12 +639,12 @@ export default {
}
}
::
v
-
deep
.
el
-
step__main
>
.
is
-
success
{
::
v
-
deep
.
el
-
step__main
>
.
is
-
success
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
}
}
::
v
-
deep
.
el
-
step
>
.
is
-
process
{
::
v
-
deep
.
el
-
step
>
.
is
-
process
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
-
color
:
#
00
bf8a
;
border
-
color
:
#
409
EFF
;
.
el
-
step__line
{
.
el
-
step__line
{
background
-
color
:
#
e5e6eb
;
background
-
color
:
#
e5e6eb
;
...
@@ -652,7 +652,7 @@ export default {
...
@@ -652,7 +652,7 @@ export default {
}
}
::
v
-
deep
.
el
-
step__main
>
.
is
-
process
{
::
v
-
deep
.
el
-
step__main
>
.
is
-
process
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
}
}
.
form
-
item
-
btn
{
.
form
-
item
-
btn
{
...
@@ -673,7 +673,7 @@ export default {
...
@@ -673,7 +673,7 @@ export default {
.
preview
-
btn
{
.
preview
-
btn
{
cursor
:
pointer
;
cursor
:
pointer
;
font
-
size
:
14
px
;
font
-
size
:
14
px
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
margin
:
0
0
0
10
px
;
margin
:
0
0
0
10
px
;
i
{
i
{
...
@@ -829,7 +829,7 @@ export default {
...
@@ -829,7 +829,7 @@ export default {
}
}
.
info
-
value
-
color
{
.
info
-
value
-
color
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
margin
-
left
:
5
px
;
margin
-
left
:
5
px
;
}
}
}
}
...
...
src/views/components/ApplyRecords/addErrorHandle.vue
浏览文件 @
4eac6f60
...
@@ -435,7 +435,7 @@
...
@@ -435,7 +435,7 @@
padding-bottom
:
100px
;
padding-bottom
:
100px
;
.icon{
.icon{
font-size
:
24px
;
font-size
:
24px
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.numberItem
{
.numberItem
{
...
...
src/views/components/ApplyRecords/errorHandle.vue
浏览文件 @
4eac6f60
...
@@ -336,8 +336,8 @@ export default {
...
@@ -336,8 +336,8 @@ export default {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.tabSelectItemActive
{
.tabSelectItemActive
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
border-bottom
:
2px
solid
#
00bf8a
;
border-bottom
:
2px
solid
#
409EFF
;
}
}
}
}
.list
{
.list
{
...
@@ -406,7 +406,7 @@ export default {
...
@@ -406,7 +406,7 @@ export default {
display
:
inline-block
;
display
:
inline-block
;
width
:
8px
;
width
:
8px
;
height
:
8px
;
height
:
8px
;
background
:
#
00bf8a
;
background
:
#
409EFF
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.dian2
{
.dian2
{
...
@@ -435,7 +435,7 @@ export default {
...
@@ -435,7 +435,7 @@ export default {
}
}
p
{
p
{
font-size
:
22px
;
font-size
:
22px
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
}
}
}
}
}
}
...
@@ -526,7 +526,7 @@ export default {
...
@@ -526,7 +526,7 @@ export default {
background
:
#E1FFF0
;
background
:
#E1FFF0
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
border
:
none
;
border
:
none
;
}
}
.sended
{
.sended
{
...
@@ -538,7 +538,7 @@ export default {
...
@@ -538,7 +538,7 @@ export default {
font-size
:
12px
;
font-size
:
12px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
}
}
.noSend
{
.noSend
{
padding
:
0
8px
;
padding
:
0
8px
;
...
...
src/views/components/giftRecord/emailGift.vue
浏览文件 @
4eac6f60
...
@@ -488,7 +488,7 @@
...
@@ -488,7 +488,7 @@
display
:
inline
-
block
;
display
:
inline
-
block
;
width
:
8
px
;
width
:
8
px
;
height
:
8
px
;
height
:
8
px
;
background
:
#
00
bf8a
;
background
:
#
409
EFF
;
border
-
radius
:
5
px
;
border
-
radius
:
5
px
;
}
}
.
dian2
{
.
dian2
{
...
@@ -517,7 +517,7 @@
...
@@ -517,7 +517,7 @@
}
}
p
{
p
{
font
-
size
:
22
px
;
font
-
size
:
22
px
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
}
}
}
}
}
}
...
@@ -583,7 +583,7 @@
...
@@ -583,7 +583,7 @@
.
iconStyle
{
.
iconStyle
{
font
-
size
:
18
px
;
font
-
size
:
18
px
;
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
}
}
.
money
{
.
money
{
width
:
100
%
;
width
:
100
%
;
...
@@ -614,7 +614,7 @@
...
@@ -614,7 +614,7 @@
background
:
#
e1fff0
;
background
:
#
e1fff0
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
:
none
;
border
:
none
;
}
}
}
}
...
...
src/views/components/giftRecord/wxGift.vue
浏览文件 @
4eac6f60
...
@@ -171,7 +171,7 @@ import Clipboard from 'clipboard'
...
@@ -171,7 +171,7 @@ import Clipboard from 'clipboard'
text-align
:
justify
;
text-align
:
justify
;
font-style
:
normal
;
font-style
:
normal
;
i{
i{
color
:
#
00BF8A
;
color
:
#
409EFF
;
font-size
:
14px
;
font-size
:
14px
;
}
}
}
}
...
...
src/views/components/order/orderRefund.vue
浏览文件 @
4eac6f60
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
padding
:
0
20px
;
padding
:
0
20px
;
.icon
{
.icon
{
font-size
:
24px
;
font-size
:
24px
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
...
...
src/views/components/order/refundLog.vue
浏览文件 @
4eac6f60
...
@@ -508,8 +508,8 @@
...
@@ -508,8 +508,8 @@
}
}
.
tabSelectItemActive
{
.
tabSelectItemActive
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
-
bottom
:
2
px
solid
#
00
bf8a
;
border
-
bottom
:
2
px
solid
#
409
EFF
;
}
}
}
}
...
@@ -589,7 +589,7 @@
...
@@ -589,7 +589,7 @@
display
:
inline
-
block
;
display
:
inline
-
block
;
width
:
8
px
;
width
:
8
px
;
height
:
8
px
;
height
:
8
px
;
background
:
#
00
bf8a
;
background
:
#
409
EFF
;
border
-
radius
:
5
px
;
border
-
radius
:
5
px
;
}
}
...
@@ -622,7 +622,7 @@
...
@@ -622,7 +622,7 @@
p
{
p
{
font
-
size
:
22
px
;
font
-
size
:
22
px
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
}
}
}
}
}
}
...
@@ -686,8 +686,8 @@
...
@@ -686,8 +686,8 @@
background
:
#
fff
;
background
:
#
fff
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
:
1
px
solid
#
00
bf8a
;
border
:
1
px
solid
#
409
EFF
;
border
-
radius
:
3
px
;
border
-
radius
:
3
px
;
text
-
align
:
center
;
text
-
align
:
center
;
margin
-
left
:
20
px
;
margin
-
left
:
20
px
;
...
@@ -738,7 +738,7 @@
...
@@ -738,7 +738,7 @@
background
:
#
e1fff0
;
background
:
#
e1fff0
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
border
:
none
;
border
:
none
;
}
}
...
@@ -782,7 +782,7 @@
...
@@ -782,7 +782,7 @@
}
}
.
info
-
value
-
color
{
.
info
-
value
-
color
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
margin
-
left
:
5
px
;
margin
-
left
:
5
px
;
}
}
...
...
src/views/components/quickSendGame/sendGame.vue
浏览文件 @
4eac6f60
...
@@ -431,7 +431,7 @@ export default {
...
@@ -431,7 +431,7 @@ export default {
if
(
res
?.
data
?.
data
?.
data
?.
length
>
0
)
{
if
(
res
?.
data
?.
data
?.
data
?.
length
>
0
)
{
// 只有一个的时候自动发送渠道链接
// 只有一个的时候自动发送渠道链接
this
.
channelInfoList
=
{
this
.
channelInfoList
=
{
game_id
:
items
.
game_id
,
game_id
:
items
.
game_id
||
items
.
id
,
use_type
:
this
.
activeName
,
use_type
:
this
.
activeName
,
sendType
:
this
.
sendType
,
sendType
:
this
.
sendType
,
channelList
:
res
.
data
.
data
.
data
channelList
:
res
.
data
.
data
.
data
...
@@ -1109,6 +1109,7 @@ export default {
...
@@ -1109,6 +1109,7 @@ export default {
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
overflow
:
auto
;
overflow
:
auto
;
margin-top
:
-10px
;
.createChannel
{
.createChannel
{
font-size
:
14px
;
font-size
:
14px
;
margin-top
:
16px
;
margin-top
:
16px
;
...
@@ -1133,7 +1134,7 @@ export default {
...
@@ -1133,7 +1134,7 @@ export default {
}
}
.channelLoading
{
.channelLoading
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
font-size
:
16px
;
font-size
:
16px
;
text-align
:
center
;
text-align
:
center
;
padding
:
20px
;
padding
:
20px
;
...
@@ -1284,6 +1285,6 @@ export default {
...
@@ -1284,6 +1285,6 @@ export default {
}
}
.sendLink
:hover
{
.sendLink
:hover
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/components/quickSendGame/sendGame/mainGame.vue
浏览文件 @
4eac6f60
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<el-cascader
<el-cascader
v-model=
"reg_game_id"
v-model=
"reg_game_id"
:options=
"regGameList"
:options=
"regGameList"
:props=
"
{
expandTrigger: 'hover',
label:'full_label',emitPath:false }"
:props=
"
{label:'full_label',emitPath:false }"
collapse-tags
collapse-tags
clearable
clearable
multiple
multiple
...
...
src/views/components/quickSendGame/sendGame/selectChannel.vue
浏览文件 @
4eac6f60
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
<div
class=
"editLayer"
>
<div
class=
"editLayer"
>
<el-form
<el-form
:model=
"webForm"
:model=
"webForm"
label-position=
"top"
label-width=
"100px"
label-width=
"100px"
>
>
<el-form-item
label=
"选择渠道"
>
<el-form-item
label=
"选择渠道"
>
...
@@ -18,7 +19,7 @@
...
@@ -18,7 +19,7 @@
value-key=
"key"
value-key=
"key"
filterable
filterable
placeholder=
"请选择"
placeholder=
"请选择"
style=
"width:
320px
;"
style=
"width:
100%
;"
>
>
<el-option
<el-option
v-for=
"item in channelInfoList.channelList"
v-for=
"item in channelInfoList.channelList"
...
@@ -35,10 +36,12 @@
...
@@ -35,10 +36,12 @@
<el-button
<el-button
class=
"btn"
class=
"btn"
type=
"primary"
type=
"primary"
size=
"small"
@
click=
"onConfirm"
@
click=
"onConfirm"
>
确 定
</el-button>
>
确 定
</el-button>
<el-button
<el-button
class=
"btn"
class=
"btn"
size=
"small"
@
click=
"close"
@
click=
"close"
>
取 消
</el-button>
>
取 消
</el-button>
</span>
</span>
...
@@ -314,6 +317,9 @@ export default {
...
@@ -314,6 +317,9 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.editLayer
{
padding
:
0
20px
;
}
.dialog-footer
{
.dialog-footer
{
width
:
calc
(
100%
-
20px
);
width
:
calc
(
100%
-
20px
);
height
:
52px
;
height
:
52px
;
...
...
src/views/components/quickSendGame/vipTools.vue
浏览文件 @
4eac6f60
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
<el-button
<el-button
size=
"mini"
size=
"mini"
type=
"primary"
type=
"primary"
:loading=
"loading"
@
click=
"sendGameCode(items)"
@
click=
"sendGameCode(items)"
>
发送礼包码
</el-button>
>
发送礼包码
</el-button>
</div>
</div>
...
@@ -106,7 +107,8 @@
...
@@ -106,7 +107,8 @@
return
{
return
{
disabled
:
true
,
disabled
:
true
,
showGameCode
:
false
,
showGameCode
:
false
,
giftCodeGame
:
[]
giftCodeGame
:
[],
loading
:
false
}
}
},
},
mounted
()
{
mounted
()
{
...
@@ -228,6 +230,7 @@
...
@@ -228,6 +230,7 @@
},
},
// 发送渠道
// 发送渠道
async
sendGameCode
(
items
)
{
async
sendGameCode
(
items
)
{
this
.
loading
=
true
const
data
=
{
const
data
=
{
userid
:
this
.
chatUserInfo
.
userid
,
userid
:
this
.
chatUserInfo
.
userid
,
external_userid
:
this
.
chatUserInfo
.
external_userid
,
external_userid
:
this
.
chatUserInfo
.
external_userid
,
...
@@ -240,8 +243,9 @@
...
@@ -240,8 +243,9 @@
this
.
$message
.
success
(
'发送成功'
)
this
.
$message
.
success
(
'发送成功'
)
this
.
sendChatMessage
(
res
.
data
,
'text'
)
this
.
sendChatMessage
(
res
.
data
,
'text'
)
}
else
{
}
else
{
this
.
$message
.
error
(
'发送失败'
)
this
.
$message
.
error
(
res
.
msg
||
'发送失败'
)
}
}
this
.
loading
=
false
},
},
handleAccount
()
{
handleAccount
()
{
if
(
this
.
bindGameUserList
.
length
>
0
)
{
if
(
this
.
bindGameUserList
.
length
>
0
)
{
...
@@ -296,7 +300,7 @@
...
@@ -296,7 +300,7 @@
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.sendLink
:hover
{
.sendLink
:hover
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
}
}
.giftGameCollapse
{
.giftGameCollapse
{
width
:
100%
;
width
:
100%
;
...
@@ -319,7 +323,7 @@
...
@@ -319,7 +323,7 @@
border-right
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
}
}
.btnActive
{
.btnActive
{
background
:
#
00bf8a
;
background
:
#
409EFF
;
color
:
#fff
;
color
:
#fff
;
}
}
}
}
...
...
src/views/components/roleInfo/approval.vue
浏览文件 @
4eac6f60
<
template
>
<
template
>
<div
class=
"approval-role-list columnFlex"
>
<div
class=
"approval-role-list columnFlex"
>
<el-form
ref=
"taskForm"
:model=
"reportForm"
:inline=
"true
"
class=
"taskForm"
label-width=
"85px"
>
<el-form
ref=
"taskForm"
:model=
"reportForm"
label-position=
"top
"
class=
"taskForm"
label-width=
"85px"
>
<el-form-item
label=
"角色名称"
>
<el-form-item
label=
"角色名称"
>
<el-input
<el-input
v-model=
"reportForm.role_name"
v-model=
"reportForm.role_name"
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<el-select
<el-select
v-model=
"reportForm.approval_status"
v-model=
"reportForm.approval_status"
clearable
clearable
style=
"width: 100%;"
placeholder=
"请选择审批状态"
placeholder=
"请选择审批状态"
@
change=
"filterChange"
@
change=
"filterChange"
>
>
...
@@ -25,6 +26,7 @@
...
@@ -25,6 +26,7 @@
<el-select
<el-select
v-model=
"reportForm.register_type"
v-model=
"reportForm.register_type"
clearable
clearable
style=
"width: 100%;"
placeholder=
"请选择申请方式"
placeholder=
"请选择申请方式"
@
change=
"filterChange"
@
change=
"filterChange"
>
>
...
@@ -85,7 +87,7 @@
...
@@ -85,7 +87,7 @@
class=
"mailListScroll"
class=
"mailListScroll"
>
>
<!-- 举报申请 -->
<!-- 举报申请 -->
<div
class=
"scrollMain"
>
<div
class=
"scrollMain"
v-if=
"reportList.length > 0"
>
<div
v-for=
"(item, index) in reportList"
:key=
"index"
class=
"reportContent"
@
click=
"appealProcess(item, index)"
>
<div
v-for=
"(item, index) in reportList"
:key=
"index"
class=
"reportContent"
@
click=
"appealProcess(item, index)"
>
<div
class=
"reportItem rowFlex columnCenter spaceBetween"
>
<div
class=
"reportItem rowFlex columnCenter spaceBetween"
>
<div
class=
"reportItemLeft"
>
<div
class=
"reportItemLeft"
>
...
@@ -219,6 +221,9 @@
...
@@ -219,6 +221,9 @@
<
/el-collapse-transition
>
<
/el-collapse-transition
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
v
-
else
class
=
"noContent"
>
<
noContent
/>
<
/div
>
<
/div
>
<
/div
>
<
el
-
dialog
:
visible
.
sync
=
"dialogRemarkVisible"
top
=
"50%"
center
append
-
to
-
body
title
=
"查看大图"
custom
-
class
=
"remake-dialog"
>
<
el
-
dialog
:
visible
.
sync
=
"dialogRemarkVisible"
top
=
"50%"
center
append
-
to
-
body
title
=
"查看大图"
custom
-
class
=
"remake-dialog"
>
<
div
class
=
"remake-box"
>
<
div
class
=
"remake-box"
>
...
@@ -244,7 +249,7 @@
...
@@ -244,7 +249,7 @@
import
shenpi3
from
'@/assets/icon/shenpi3.svg'
import
shenpi3
from
'@/assets/icon/shenpi3.svg'
import
shenpi4
from
'@/assets/icon/shenpi4.svg'
import
shenpi4
from
'@/assets/icon/shenpi4.svg'
import
shenpi5
from
'@/assets/icon/shenpi5.svg'
import
shenpi5
from
'@/assets/icon/shenpi5.svg'
import
noContent
from
"@/components/noContent.vue"
;
import
noContent
from
"@/components/noContent.vue"
;
import
watchMember
from
'@/mixins/watchMember'
import
watchMember
from
'@/mixins/watchMember'
export
default
{
export
default
{
computed
:
{
computed
:
{
...
...
src/views/components/roleInfo/report.vue
浏览文件 @
4eac6f60
...
@@ -4,13 +4,12 @@
...
@@ -4,13 +4,12 @@
ref=
"taskForm"
ref=
"taskForm"
:model=
"reportForm"
:model=
"reportForm"
class=
"taskForm"
class=
"taskForm"
label-position=
"top"
label-width=
"85px"
label-width=
"85px"
>
>
<el-form-item
label=
"角色名称"
>
<el-form-item
label=
"角色名称"
>
<el-input
<el-input
v-model=
"reportForm.role_name"
v-model=
"reportForm.role_name"
style=
"width:95%;"
clearable
clearable
placeholder=
"请输入角色名称"
placeholder=
"请输入角色名称"
@
change=
"filterChange"
@
change=
"filterChange"
...
@@ -20,7 +19,7 @@
...
@@ -20,7 +19,7 @@
<el-form-item
label=
"审批状态"
>
<el-form-item
label=
"审批状态"
>
<el-select
<el-select
v-model=
"reportForm.approval_status"
v-model=
"reportForm.approval_status"
style=
"width:
95
%;"
style=
"width:
100
%;"
clearable
clearable
placeholder=
"请选择审批状态"
placeholder=
"请选择审批状态"
@
change=
"filterChange"
@
change=
"filterChange"
...
@@ -37,7 +36,7 @@
...
@@ -37,7 +36,7 @@
<el-form-item
label=
"申请方式"
>
<el-form-item
label=
"申请方式"
>
<el-select
<el-select
v-model=
"reportForm.register_type"
v-model=
"reportForm.register_type"
style=
"width:
95
%;"
style=
"width:
100
%;"
clearable
clearable
placeholder=
"请选择申请方式"
placeholder=
"请选择申请方式"
@
change=
"filterChange"
@
change=
"filterChange"
...
@@ -59,7 +58,7 @@
...
@@ -59,7 +58,7 @@
class=
"mailListScroll"
class=
"mailListScroll"
>
>
<!-- 举报申请 -->
<!-- 举报申请 -->
<div
class=
"scrollMain"
>
<div
class=
"scrollMain"
v-if=
"reportList.length > 0"
>
<div
<div
v-for=
"(item, index) in reportList"
v-for=
"(item, index) in reportList"
:key=
"index"
:key=
"index"
...
@@ -241,6 +240,9 @@
...
@@ -241,6 +240,9 @@
<
/el-collapse-transition
>
<
/el-collapse-transition
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
v
-
else
class
=
"noContent"
>
<
noContent
/>
<
/div
>
<
/div
>
<
/div
>
<
el
-
dialog
<
el
-
dialog
:
visible
.
sync
=
"dialogRemarkVisible"
:
visible
.
sync
=
"dialogRemarkVisible"
...
@@ -280,6 +282,7 @@
...
@@ -280,6 +282,7 @@
import
shenpi3
from
'@/assets/icon/shenpi3.svg'
import
shenpi3
from
'@/assets/icon/shenpi3.svg'
import
shenpi4
from
'@/assets/icon/shenpi4.svg'
import
shenpi4
from
'@/assets/icon/shenpi4.svg'
import
shenpi5
from
'@/assets/icon/shenpi5.svg'
import
shenpi5
from
'@/assets/icon/shenpi5.svg'
import
noContent
from
'@/components/noContent.vue'
export
default
{
export
default
{
computed
:
{
computed
:
{
...
mapState
(
'game'
,
[
'accountSelect'
]),
...
mapState
(
'game'
,
[
'accountSelect'
]),
...
@@ -294,7 +297,8 @@
...
@@ -294,7 +297,8 @@
}
,
}
,
components
:
{
components
:
{
resubmitReport
,
resubmitReport
,
approvalTask
approvalTask
,
noContent
}
,
}
,
data
()
{
data
()
{
return
{
return
{
...
@@ -512,7 +516,7 @@
...
@@ -512,7 +516,7 @@
<
style
lang
=
"scss"
scoped
>
<
style
lang
=
"scss"
scoped
>
.
reportList
{
.
reportList
{
width
:
100
%
;
width
:
100
%
;
height
:
calc
(
100
%
-
60
px
)
;
height
:
100
%
;
overflow
:
auto
;
overflow
:
auto
;
.
taskForm
{
.
taskForm
{
...
@@ -569,7 +573,7 @@
...
@@ -569,7 +573,7 @@
.
mailListScroll
{
.
mailListScroll
{
width
:
100
%
;
width
:
100
%
;
height
:
calc
(
100
vh
-
22
0
px
);
height
:
calc
(
100
%
-
25
0
px
);
overflow
-
y
:
auto
;
overflow
-
y
:
auto
;
overflow
-
x
:
hidden
;
overflow
-
x
:
hidden
;
...
...
src/views/components/skill/aiLibrary.vue
浏览文件 @
4eac6f60
...
@@ -518,11 +518,11 @@ export default {
...
@@ -518,11 +518,11 @@ export default {
cursor
:
pointer
;
cursor
:
pointer
;
.iconDown
{
.iconDown
{
transform
:
rotate
(
-90deg
);
transform
:
rotate
(
-90deg
);
color
:
#
00bf8a
;
color
:
#
409EFF
;
margin-right
:
2px
;
margin-right
:
2px
;
}
}
p
{
p
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
font-size
:
12px
;
font-size
:
12px
;
}
}
}
}
...
@@ -599,7 +599,7 @@ export default {
...
@@ -599,7 +599,7 @@ export default {
background
:
#ffffff
;
background
:
#ffffff
;
border
:
1px
solid
transparent
;
border
:
1px
solid
transparent
;
border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#
00bf8a
;
border
:
1px
solid
#
409EFF
;
background-origin
:
border-box
;
background-origin
:
border-box
;
background-clip
:
content-box
,
border-box
;
background-clip
:
content-box
,
border-box
;
float
:
left
;
float
:
left
;
...
...
src/views/components/skill/skillCompany.vue
浏览文件 @
4eac6f60
...
@@ -403,7 +403,7 @@ export default {
...
@@ -403,7 +403,7 @@ export default {
font
-
size
:
14
px
;
font
-
size
:
14
px
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
margin
-
right
:
10
px
;
margin
-
right
:
10
px
;
}
}
.
button
{
.
button
{
...
@@ -566,7 +566,7 @@ export default {
...
@@ -566,7 +566,7 @@ export default {
}
}
}
}
.
tagItemActive
{
.
tagItemActive
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
background
:
#
e4fff1
;
background
:
#
e4fff1
;
...
...
src/views/components/skill/skillLibrary.vue
浏览文件 @
4eac6f60
...
@@ -307,7 +307,7 @@ export default {
...
@@ -307,7 +307,7 @@ export default {
font-size
:
14px
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
margin-right
:
10px
;
margin-right
:
10px
;
}
}
.button
{
.button
{
...
@@ -475,13 +475,13 @@ export default {
...
@@ -475,13 +475,13 @@ export default {
}
}
}
}
.tagItemActive
{
.tagItemActive
{
color
:
#
00bf8a
!important
;
color
:
#
409EFF
!important
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
background
:
#e4fff1
;
background
:
#e4fff1
;
}
}
.tagItemActiveText
{
.tagItemActiveText
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
}
}
}
}
.libraryListContent
{
.libraryListContent
{
...
@@ -554,7 +554,7 @@ export default {
...
@@ -554,7 +554,7 @@ export default {
}
}
.copyIcon
{
.copyIcon
{
width
:
20px
;
width
:
20px
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
font-size
:
16px
;
font-size
:
16px
;
position
:
relative
;
position
:
relative
;
top
:
2px
;
top
:
2px
;
...
...
src/views/components/skill/skillPersonal.vue
浏览文件 @
4eac6f60
...
@@ -400,7 +400,7 @@ export default {
...
@@ -400,7 +400,7 @@ export default {
font
-
size
:
14
px
;
font
-
size
:
14
px
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
margin
-
right
:
10
px
;
margin
-
right
:
10
px
;
}
}
.
button
{
.
button
{
...
@@ -563,7 +563,7 @@ export default {
...
@@ -563,7 +563,7 @@ export default {
}
}
}
}
.
tagItemActive
{
.
tagItemActive
{
color
:
#
00
bf8a
;
color
:
#
409
EFF
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
font
-
weight
:
400
;
background
:
#
e4fff1
;
background
:
#
e4fff1
;
...
...
src/views/giftRecord.vue
浏览文件 @
4eac6f60
...
@@ -20,7 +20,7 @@ export default {
...
@@ -20,7 +20,7 @@ export default {
EmailGift
,
EmailGift
,
WxGift
WxGift
},
},
moun
ted
(){
crea
ted
(){
this
.
initializeWecom
()
this
.
initializeWecom
()
},
},
methods
:
{
methods
:
{
...
...
src/views/orderList.vue
浏览文件 @
4eac6f60
...
@@ -38,21 +38,21 @@
...
@@ -38,21 +38,21 @@
<div
class=
"filterList"
>
<div
class=
"filterList"
>
<el-form
class=
"filterList"
label-position=
"top"
>
<el-form
class=
"filterList"
label-position=
"top"
>
<el-form-item
label=
"订单号:"
>
<el-form-item
label=
"订单号:"
>
<el-input
v-model=
"inputValue"
placeholder=
"请输入订单号/交易单号"
prefix-icon=
"el-icon-search"
style=
"width:
7
0%"
clearable
@
change=
"searchInput"
></el-input>
<el-input
v-model=
"inputValue"
placeholder=
"请输入订单号/交易单号"
prefix-icon=
"el-icon-search"
style=
"width:
10
0%"
clearable
@
change=
"searchInput"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"支付方式:"
>
<el-form-item
label=
"支付方式:"
>
<el-select
v-model=
"pay_type"
collapse-tags
multiple
clearable
placeholder=
"请选择支付方式"
style=
"width:
7
0%; margin-bottom: 10px"
@
change=
"payTypeResult"
>
<el-select
v-model=
"pay_type"
collapse-tags
multiple
clearable
placeholder=
"请选择支付方式"
style=
"width:
10
0%; margin-bottom: 10px"
@
change=
"payTypeResult"
>
<el-option
v-for=
"item in payList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
<el-option
v-for=
"item in payList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"下单时间:"
>
<el-form-item
label=
"下单时间:"
>
<selectDate
:width=
"'
69
%'"
:defaultValue=
"searchDate"
@
result=
"dateResult"
/>
<selectDate
:width=
"'
100
%'"
:defaultValue=
"searchDate"
@
result=
"dateResult"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"角色名称:"
>
<el-form-item
label=
"角色名称:"
>
<searchSelect
style=
"width:
7
0%"
placeholder=
"请输入角色名称"
@
result=
"selectResult"
/>
<searchSelect
style=
"width:
10
0%"
placeholder=
"请输入角色名称"
@
result=
"selectResult"
/>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
@@ -241,10 +241,10 @@
...
@@ -241,10 +241,10 @@
mounted
()
{
mounted
()
{
this
.
payTypeList
()
this
.
payTypeList
()
this
.
searchDate
=
[
this
.
searchDate
=
[
this
.
$moment
().
subtract
(
3
,
'month
'
).
format
(
'YYYY-MM-DD'
),
this
.
$moment
().
subtract
(
1
,
'day
'
).
format
(
'YYYY-MM-DD'
),
this
.
$moment
().
format
(
'YYYY-MM-DD'
)
this
.
$moment
().
format
(
'YYYY-MM-DD'
)
]
]
this
.
timerData
.
order_time_start
=
this
.
$moment
().
subtract
(
3
,
'month
'
).
format
(
'YYYY-MM-DD'
)
this
.
timerData
.
order_time_start
=
this
.
$moment
().
subtract
(
1
,
'day
'
).
format
(
'YYYY-MM-DD'
)
this
.
timerData
.
order_time_end
=
this
.
$moment
().
format
(
'YYYY-MM-DD'
)
this
.
timerData
.
order_time_end
=
this
.
$moment
().
format
(
'YYYY-MM-DD'
)
},
},
methods
:
{
methods
:
{
...
@@ -474,8 +474,8 @@
...
@@ -474,8 +474,8 @@
line-height
:
40px
;
line-height
:
40px
;
}
}
.tabSelectItemActive
{
.tabSelectItemActive
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
border-bottom
:
2px
solid
#
00bf8a
;
border-bottom
:
2px
solid
#
409EFF
;
}
}
}
}
.contentItem
{
.contentItem
{
...
@@ -534,7 +534,7 @@
...
@@ -534,7 +534,7 @@
display
:
inline-block
;
display
:
inline-block
;
width
:
8px
;
width
:
8px
;
height
:
8px
;
height
:
8px
;
background
:
#
00bf8a
;
background
:
#
409EFF
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.dian2
{
.dian2
{
...
@@ -561,7 +561,7 @@
...
@@ -561,7 +561,7 @@
}
}
p
{
p
{
font-size
:
22px
;
font-size
:
22px
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
}
}
}
}
}
}
...
@@ -652,7 +652,7 @@
...
@@ -652,7 +652,7 @@
background
:
#e1fff0
;
background
:
#e1fff0
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
border
:
none
;
border
:
none
;
}
}
.btnRefund
{
.btnRefund
{
...
...
src/views/roleInfo.vue
浏览文件 @
4eac6f60
...
@@ -52,5 +52,16 @@ export default {
...
@@ -52,5 +52,16 @@ export default {
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
background
:
#fff
;
background
:
#fff
;
//
tab
样式
::v-deep
.el-tabs,
::v-deep
.el-tab-pane
{
width
:
100%
;
height
:
100%
;
}
::v-deep
.el-tabs__content
{
height
:
calc
(
100%
-
60px
);
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/taskRecord.vue
浏览文件 @
4eac6f60
...
@@ -492,8 +492,8 @@ export default {
...
@@ -492,8 +492,8 @@ export default {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.tabSelectItemActive
{
.tabSelectItemActive
{
color
:
#
00bf8a
;
color
:
#
409EFF
;
border-bottom
:
2px
solid
#
00bf8a
;
border-bottom
:
2px
solid
#
409EFF
;
}
}
}
}
.contentItem
{
.contentItem
{
...
@@ -556,7 +556,7 @@ export default {
...
@@ -556,7 +556,7 @@ export default {
display
:
inline-block
;
display
:
inline-block
;
width
:
8px
;
width
:
8px
;
height
:
8px
;
height
:
8px
;
background
:
#
00bf8a
;
background
:
#
409EFF
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.dian2
{
.dian2
{
...
@@ -585,7 +585,7 @@ export default {
...
@@ -585,7 +585,7 @@ export default {
}
}
p
{
p
{
font-size
:
22px
;
font-size
:
22px
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
}
}
}
}
}
}
...
@@ -673,7 +673,7 @@ export default {
...
@@ -673,7 +673,7 @@ export default {
background
:
#e1fff0
;
background
:
#e1fff0
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
border
:
none
;
border
:
none
;
}
}
.sended
{
.sended
{
...
@@ -685,7 +685,7 @@ export default {
...
@@ -685,7 +685,7 @@ export default {
font-size
:
12px
;
font-size
:
12px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#
00bf8a
;
color
:
#
409EFF
;
}
}
.noSend
{
.noSend
{
padding
:
0
8px
;
padding
:
0
8px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论