Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4aab3e56
authored
2023-01-05 16:19:29 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
折叠面板公共样式调整
1 parent
9d6ff291
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
4 deletions
src/styles/collapse.scss
src/views/system/sqywgz/sqywDetail.vue
src/styles/collapse.scss
0 → 100644
View file @
4aab3e5
/
deep
/
.modifycollapse
{
.el-collapse-item__header
{
margin-bottom
:
10px
;
background
:
#F3F4F7
;
border
:
1px
solid
#D9D9D9
;
border-radius
:
4px
;
font-size
:
16px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#333333
;
line-height
:
18px
;
}
.
el-collapse-item__header
:
:
before
{
content
:
""
;
margin-left
:
10px
;
margin-right
:
10px
;
width
:
4px
;
height
:
18px
;
background
:
#2B7FF1
;
}
.el-collapse-item__arrow
{
color
:
#979797
;
margin-left
:
10px
;
}
}
src/views/system/sqywgz/sqywDetail.vue
View file @
4aab3e5
...
...
@@ -136,7 +136,7 @@
</el-row>
</el-form>
<el-collapse
accordion
>
<el-collapse-item
title=
"登记情形设置"
name=
"1"
>
<el-collapse-item
class=
"modifycollapse"
title=
"登记情形设置"
name=
"1"
>
<lb-table
:column=
"djqxCol"
border
...
...
@@ -146,7 +146,7 @@
>
</lb-table>
</el-collapse-item>
<el-collapse-item
title=
"材料信息设置"
name=
"2"
>
<el-collapse-item
class=
"modifycollapse"
title=
"材料信息设置"
name=
"2"
>
<lb-table
:column=
"clxxCol"
border
...
...
@@ -157,6 +157,7 @@
</lb-table>
</el-collapse-item>
<el-collapse-item
class=
"modifycollapse"
title=
"刷选权利设置"
name=
"3"
v-if=
"form.ywDetail.sfsxql == '1'"
...
...
@@ -179,7 +180,7 @@
</li>
</ul>
</el-collapse-item>
<el-collapse-item
title=
"办理状态设置"
name=
"4"
>
<el-collapse-item
class=
"modifycollapse"
title=
"办理状态设置"
name=
"4"
>
<ul
class=
"screen-list"
>
<li
v-for=
"(item, index) in form.sxzt"
:key=
"index"
>
<div
class=
"screen-list-left"
>
...
...
@@ -332,6 +333,7 @@ export default {
<
style
lang=
'scss'
scoped
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/dialogBox.scss"
;
@import
"~@/styles/collapse.scss"
;
.contentBox
{
height
:
75vh
;
...
...
@@ -414,4 +416,4 @@ export default {
border-right
:
1px
solid
$
borderColor
;
}
}
</
style
>
\ No newline at end of file
</
style
>
...
...
Please
register
or
sign in
to post a comment