Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
company_app
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
毛细亚
company_app
Commits
294da21b
提交
294da21b
authored
6月 07, 2025
作者:
毛细亚
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
保存代码
上级
23cebd06
显示空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
97 行增加
和
269 行删除
+97
-269
index.scss
src/styles/index.scss
+85
-0
errorHandle.vue
src/views/components/ApplyRecords/errorHandle.vue
+1
-17
emailGift.vue
src/views/components/giftRecord/emailGift.vue
+1
-21
refundLog.vue
src/views/components/order/refundLog.vue
+1
-24
sendGame.vue
src/views/components/quickSendGame/sendGame.vue
+0
-36
vipTools.vue
src/views/components/quickSendGame/vipTools.vue
+0
-15
roleInfo.vue
src/views/components/roleInfo/roleInfo.vue
+2
-19
skillCompany.vue
src/views/components/skill/skillCompany.vue
+1
-19
skillLibrary.vue
src/views/components/skill/skillLibrary.vue
+1
-19
skillPersonal.vue
src/views/components/skill/skillPersonal.vue
+1
-19
orderList.vue
src/views/orderList.vue
+2
-21
quickReply.vue
src/views/quickReply.vue
+1
-19
quickSendGame.vue
src/views/quickSendGame.vue
+1
-19
taskRecord.vue
src/views/taskRecord.vue
+0
-21
没有找到文件。
src/styles/index.scss
浏览文件 @
294da21b
...
@@ -642,4 +642,89 @@ li {
...
@@ -642,4 +642,89 @@ li {
}
}
}
}
/* ----------------- el-collapse 组件全局样式 --------------------*/
.el-collapse
{
.el-collapse-item
{
margin-bottom
:
8px
;
border-radius
:
4px
;
overflow
:
hidden
;
&
__header
{
height
:
48px
;
line-height
:
48px
;
background
:
#F7F8FA
;
padding
:
0
16px
;
font-size
:
15px
;
font-weight
:
500
;
color
:
#333
;
border-radius
:
4px
;
.el-collapse-item__arrow
{
margin-right
:
0
;
color
:
#3491FA
;
font-weight
:
bold
;
}
.title-with-icon
{
display
:
flex
;
align-items
:
center
;
.game-icon
{
width
:
20px
;
height
:
20px
;
margin-right
:
8px
;
}
}
}
&
__wrap
{
border
:
none
;
background
:
#fff
;
}
&
__content
{
padding
:
0
;
background
:
#fff
;
border
:
1px
solid
#D6D9E0
;
border-top
:
none
;
.gameListItem
{
width
:
100%
;
height
:
52px
;
background
:
#fff
;
padding
:
0
16px
;
// border-bottom: 1px solid #f0f0f0;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
&
:last-child
{
border-bottom
:
none
;
}
p
{
font-size
:
14px
;
color
:
#333
;
margin
:
0
;
flex
:
1
;
}
.el-button
{
background
:
#3491FA
;
border-color
:
#3491FA
;
color
:
#fff
;
&
:hover
{
background
:
#5BA8FC
;
border-color
:
#5BA8FC
;
}
&
:disabled
{
background
:
#f5f5f5
;
border-color
:
#d9d9d9
;
color
:
#bfbfbf
;
}
}
}
}
}
}
src/views/components/ApplyRecords/errorHandle.vue
浏览文件 @
294da21b
...
@@ -585,23 +585,7 @@ export default {
...
@@ -585,23 +585,7 @@ export default {
font-weight
:
500
;
font-weight
:
500
;
}
}
::v-deep
.el-collapse
{
/* 已移除局部 el-collapse 样式,使用全局样式 */
border
:
none
;
}
::v-deep
.el-collapse-item__header
{
width
:
100%
;
color
:
#333333
;
font-size
:
14px
;
font-weight
:
400
;
/* 单行显示省略号 */
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
::v-deep
.el-collapse-item__arrow
{
position
:
absolute
;
right
:
0px
;
}
.noContent
{
.noContent
{
width
:
100%
;
width
:
100%
;
...
...
src/views/components/giftRecord/emailGift.vue
浏览文件 @
294da21b
...
@@ -667,27 +667,7 @@
...
@@ -667,27 +667,7 @@
font
-
weight
:
500
;
font
-
weight
:
500
;
}
}
::
v
-
deep
.
el
-
collapse
{
/* 已移除局部 el-collapse 样式,使用全局样式 */
border
:
none
;
}
::
v
-
deep
.
el
-
collapse
-
item__header
{
border
:
none
;
}
::
v
-
deep
.
el
-
collapse
-
item__header
{
width
:
100
%
;
height
:
44
px
;
color
:
#
333333
;
padding
-
left
:
66
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
/* 单行显示省略号 */
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
white
-
space
:
nowrap
;
}
::
v
-
deep
.
el
-
collapse
-
item__wrap
{
border
:
none
;
}
}
}
.
inputItem
{
.
inputItem
{
margin
-
bottom
:
10
px
;
margin
-
bottom
:
10
px
;
...
...
src/views/components/order/refundLog.vue
浏览文件 @
294da21b
...
@@ -800,30 +800,7 @@
...
@@ -800,30 +800,7 @@
font
-
weight
:
500
;
font
-
weight
:
500
;
}
}
::
v
-
deep
.
el
-
collapse
{
/* 已移除局部 el-collapse 样式,使用全局样式 */
border
:
none
;
}
::
v
-
deep
.
el
-
collapse
-
item__header
{
border
:
none
;
}
::
v
-
deep
.
el
-
collapse
-
item__header
{
width
:
100
%
;
height
:
44
px
;
color
:
#
333333
;
padding
-
left
:
66
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
/* 单行显示省略号 */
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
white
-
space
:
nowrap
;
}
::
v
-
deep
.
el
-
collapse
-
item__wrap
{
border
:
none
;
}
.
rotageIcon
{
.
rotageIcon
{
cursor
:
pointer
;
cursor
:
pointer
;
...
...
src/views/components/quickSendGame/sendGame.vue
浏览文件 @
294da21b
...
@@ -1171,42 +1171,6 @@ export default {
...
@@ -1171,42 +1171,6 @@ export default {
width
:
100%
;
width
:
100%
;
background
:
#fff
;
background
:
#fff
;
::v-deep
.el-collapse
{
border
:
none
;
.el-collapse-item
{
border
:
none
;
margin-bottom
:
1px
;
&__header
{
height
:
52px
;
line-height
:
52px
;
background
:
#fff
;
border
:
none
;
border-bottom
:
1px
solid
#f0f0f0
;
padding
:
0
16px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#333
;
.el-collapse-item__arrow
{
color
:
#999
;
font-size
:
14px
;
}
}
&
__wrap
{
border
:
none
;
background
:
#fafafa
;
}
&
__content
{
padding
:
0
;
background
:
#fafafa
;
}
}
}
.gameListItem
{
.gameListItem
{
width
:
100%
;
width
:
100%
;
height
:
52px
;
height
:
52px
;
...
...
src/views/components/quickSendGame/vipTools.vue
浏览文件 @
294da21b
...
@@ -363,21 +363,6 @@
...
@@ -363,21 +363,6 @@
.gameListItemAc
{
.gameListItemAc
{
background
:
#f7f8fa
;
background
:
#f7f8fa
;
}
}
::v-deep
.el-collapse
{
border-top
:
none
;
border-bottom
:
none
;
}
::v-deep
.el-collapse-item
{
border-radius
:
4px
;
}
::v-deep
.el-collapse-item__header
{
border-bottom
:
none
;
background
:
#f7f8fa
;
padding-left
:
20px
;
}
::v-deep
.el-collapse-item__wrap
{
border-bottom
:
none
;
}
}
}
}
}
</
style
>
</
style
>
...
...
src/views/components/roleInfo/roleInfo.vue
浏览文件 @
294da21b
...
@@ -293,24 +293,6 @@
...
@@ -293,24 +293,6 @@
display
:
block
;
display
:
block
;
}
}
}
}
::v-deep
.el-collapse-item
{
/* 已移除局部 el-collapse 样式,使用全局样式 */
margin-bottom
:
20px
;
}
::v-deep
.el-collapse-item__content
{
padding-bottom
:
10px
;
}
::v-deep
.el-collapse
{
border
:
none
;
}
::v-deep
.el-collapse-item__header
{
width
:
100%
;
height
:
44px
;
background
:
#F7F8FA
;
color
:
#333333
;
padding-left
:
10px
;
font-size
:
14px
;
font-weight
:
400
;
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/components/skill/skillCompany.vue
浏览文件 @
294da21b
...
@@ -521,31 +521,13 @@ export default {
...
@@ -521,31 +521,13 @@ export default {
display
:
block
;
display
:
block
;
}
}
}
}
::
v
-
deep
.
el
-
collapse
-
item
{
margin
-
bottom
:
20
px
;
}
::
v
-
deep
.
el
-
collapse
-
item__content
{
padding
-
bottom
:
10
px
;
}
::
v
-
deep
.
el
-
collapse
{
border
:
none
;
}
::
v
-
deep
.
el
-
tabs
--
border
-
card
.
is
-
active
{
::
v
-
deep
.
el
-
tabs
--
border
-
card
.
is
-
active
{
border
:
none
!
important
;
border
:
none
!
important
;
}
}
::
v
-
deep
.
el
-
collapse
-
item__header
{
width
:
100
%
;
height
:
44
px
;
background
:
#
f9faff
;
color
:
#
333333
;
padding
-
left
:
35
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
// cursor: move;
}
::
v
-
deep
.
is
-
active
{
::
v
-
deep
.
is
-
active
{
border
:
none
;
border
:
none
;
}
}
/* 已移除局部 el-collapse 样式,使用全局样式 */
.
inputContent
{
.
inputContent
{
width
:
100
%
;
width
:
100
%
;
::
v
-
deep
.
el
-
input
{
::
v
-
deep
.
el
-
input
{
...
...
src/views/components/skill/skillLibrary.vue
浏览文件 @
294da21b
...
@@ -453,31 +453,13 @@ export default {
...
@@ -453,31 +453,13 @@ export default {
display
:
block
;
display
:
block
;
}
}
}
}
::
v
-
deep
.
el
-
collapse
-
item
{
margin
-
bottom
:
20
px
;
}
::
v
-
deep
.
el
-
collapse
-
item__content
{
padding
-
bottom
:
10
px
;
}
::
v
-
deep
.
el
-
collapse
{
border
:
none
;
}
::
v
-
deep
.
el
-
tabs
--
border
-
card
.
is
-
active
{
::
v
-
deep
.
el
-
tabs
--
border
-
card
.
is
-
active
{
border
:
none
!
important
;
border
:
none
!
important
;
}
}
::
v
-
deep
.
el
-
collapse
-
item__header
{
width
:
100
%
;
height
:
44
px
;
background
:
#
f9faff
;
color
:
#
333333
;
padding
-
left
:
35
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
// cursor: move;
}
::
v
-
deep
.
is
-
active
{
::
v
-
deep
.
is
-
active
{
border
:
none
;
border
:
none
;
}
}
/* 已移除局部 el-collapse 样式,使用全局样式 */
.
inputContent
{
.
inputContent
{
width
:
100
%
;
width
:
100
%
;
margin
-
bottom
:
20
px
;
margin
-
bottom
:
20
px
;
...
...
src/views/components/skill/skillPersonal.vue
浏览文件 @
294da21b
...
@@ -510,31 +510,13 @@ export default {
...
@@ -510,31 +510,13 @@ export default {
display
:
block
;
display
:
block
;
}
}
}
}
::
v
-
deep
.
el
-
collapse
-
item
{
margin
-
bottom
:
20
px
;
}
::
v
-
deep
.
el
-
collapse
-
item__content
{
padding
-
bottom
:
10
px
;
}
::
v
-
deep
.
el
-
collapse
{
border
:
none
;
}
::
v
-
deep
.
el
-
tabs
--
border
-
card
.
is
-
active
{
::
v
-
deep
.
el
-
tabs
--
border
-
card
.
is
-
active
{
border
:
none
!
important
;
border
:
none
!
important
;
}
}
::
v
-
deep
.
el
-
collapse
-
item__header
{
width
:
100
%
;
height
:
44
px
;
background
:
#
f9faff
;
color
:
#
333333
;
padding
-
left
:
35
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
// cursor: move;
}
::
v
-
deep
.
is
-
active
{
::
v
-
deep
.
is
-
active
{
border
:
none
;
border
:
none
;
}
}
/* 已移除局部 el-collapse 样式,使用全局样式 */
.
inputContent
{
.
inputContent
{
width
:
100
%
;
width
:
100
%
;
::
v
-
deep
.
el
-
input
{
::
v
-
deep
.
el
-
input
{
...
...
src/views/orderList.vue
浏览文件 @
294da21b
...
@@ -688,27 +688,7 @@
...
@@ -688,27 +688,7 @@
font-weight
:
500
;
font-weight
:
500
;
}
}
::v-deep
.el-collapse
{
/* 已移除局部 el-collapse 样式,使用全局样式 */
border
:
none
;
}
::v-deep
.el-collapse-item__header
{
border
:
none
;
}
::v-deep
.el-collapse-item__header
{
width
:
100%
;
height
:
44px
;
color
:
#333333
;
padding-left
:
10px
;
font-size
:
14px
;
font-weight
:
400
;
/* 单行显示省略号 */
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
::v-deep
.el-collapse-item__wrap
{
border
:
none
;
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/quickReply.vue
浏览文件 @
294da21b
...
@@ -115,31 +115,13 @@ export default {
...
@@ -115,31 +115,13 @@ export default {
margin
:
0
0
20px
;
margin
:
0
0
20px
;
}
}
}
}
::v-deep
.el-collapse-item
{
margin-bottom
:
20px
;
}
::v-deep
.el-collapse-item__content
{
padding-bottom
:
10px
;
}
::v-deep
.el-collapse
{
border
:
none
;
}
::v-deep
.el-tabs--border-card
.is-active
{
::v-deep
.el-tabs--border-card
.is-active
{
border
:
none
!important
;
border
:
none
!important
;
}
}
::v-deep
.el-collapse-item__header
{
width
:
100%
;
height
:
44px
;
background
:
#f9faff
;
color
:
#333333
;
padding-left
:
35px
;
font-size
:
14px
;
font-weight
:
400
;
//
cursor
:
move
;
}
::v-deep
.is-active
{
::v-deep
.is-active
{
border
:
none
;
border
:
none
;
}
}
/* 已移除局部 el-collapse 样式,使用全局样式 */
.inputContent
{
.inputContent
{
width
:
100%
;
width
:
100%
;
::v-deep
.el-input
{
::v-deep
.el-input
{
...
...
src/views/quickSendGame.vue
浏览文件 @
294da21b
...
@@ -84,28 +84,10 @@ export default {
...
@@ -84,28 +84,10 @@ export default {
margin
:
0
0
20px
;
margin
:
0
0
20px
;
}
}
}
}
::v-deep
.el-collapse-item
{
margin-bottom
:
20px
;
}
::v-deep
.el-collapse-item__content
{
padding-bottom
:
10px
;
}
::v-deep
.el-collapse
{
border
:
none
;
}
::v-deep
.el-tabs--border-card
.is-active
{
::v-deep
.el-tabs--border-card
.is-active
{
border
:
none
!important
;
border
:
none
!important
;
}
}
::v-deep
.el-collapse-item__header
{
width
:
100%
;
height
:
44px
;
background
:
#f9faff
;
color
:
#333333
;
padding-left
:
35px
;
font-size
:
14px
;
font-weight
:
400
;
//
cursor
:
move
;
}
::v-deep
.is-active
{
::v-deep
.is-active
{
border
:
none
;
border
:
none
;
}
}
...
...
src/views/taskRecord.vue
浏览文件 @
294da21b
...
@@ -739,27 +739,6 @@ export default {
...
@@ -739,27 +739,6 @@ export default {
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
500
;
font-weight
:
500
;
}
}
::v-deep
.el-collapse
{
border
:
none
;
}
::v-deep
.el-collapse-item__header
{
width
:
100%
;
color
:
#333333
;
font-size
:
14px
;
font-weight
:
400
;
/* 单行显示省略号 */
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
::v-deep
.el-collapse-item__arrow
{
position
:
absolute
;
right
:
0px
;
}
::v-deep
.el-collapse-item__content
{
padding
:
10px
;
}
.editLayer
{
.editLayer
{
margin-left
:
-20px
;
margin-left
:
-20px
;
.noDisturb{
.noDisturb{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论