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
5caa7b16
authored
2022-10-08 14:39:44 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料分屏样式修改
1 parent
57946afd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
src/views/ywbl/fqsq/components/clxx.vue
src/views/ywbl/fqsq/components/slxx.vue
src/views/ywbl/fqsq/workFrame.scss
src/views/ywbl/fqsq/components/clxx.vue
View file @
5caa7b1
...
...
@@ -10,7 +10,7 @@
<!-- 材料目录明细 -->
<div
class=
"clmlmx-box"
v-if=
"checkedId == '1'"
>
<div
class=
"title"
>
申请材料目录
</div>
<lb-table
:column=
"column"
:key=
"key"
:heightNum=
"
21
0"
:pagination=
"false"
:data=
"tableData"
>
<lb-table
:column=
"column"
:key=
"key"
:heightNum=
"
15
0"
:pagination=
"false"
:data=
"tableData"
>
</lb-table>
</div>
<!-- 材料预览 -->
...
...
@@ -61,7 +61,7 @@ export default {
checkedId
:
"1"
,
column
:
[
{
width
:
"
60
"
,
width
:
"
35
"
,
renderHeader
:
(
h
,
scope
)
=>
{
return
(
<
i
...
...
@@ -87,14 +87,14 @@ export default {
},
},
{
width
:
"
60
"
,
width
:
"
35
"
,
label
:
"序号"
,
type
:
"index"
,
},
{
prop
:
"isrequired"
,
label
:
"是否必选"
,
width
:
"
10
0"
,
width
:
"
5
0"
,
render
:
(
h
,
scope
)
=>
{
// 新增的材料,全部为系统默认可选
if
(
scope
.
row
.
sfxjcl
===
"1"
)
{
...
...
@@ -158,7 +158,7 @@ export default {
},
{
label
:
"操作"
,
width
:
"
9
0"
,
width
:
"
8
0"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
@@ -376,6 +376,7 @@ export default {
.right
{
width
:
100%
;
height
:
100%
;
.clmlmx-box
{
margin
:
0
auto
;
...
...
src/views/ywbl/fqsq/components/slxx.vue
View file @
5caa7b1
...
...
@@ -288,7 +288,8 @@ export default {
height
:
100%
;
background-color
:
#ffffff
;
overflow-y
:
auto
;
padding-right
:
10px
;
padding-right
:
3px
;
overflow-x
:
hidden
;
}
.submit_btn
{
...
...
@@ -308,7 +309,7 @@ export default {
.btn
{
text-align
:
center
;
padding-top
:
5
px
;
padding-top
:
10
px
;
height
:
36px
;
background-color
:
#ffffff
;
padding
:
5px
0
;
...
...
src/views/ywbl/fqsq/workFrame.scss
View file @
5caa7b1
...
...
@@ -57,6 +57,7 @@
.splitScreen-con
{
flex
:
1
;
width
:
0
;
}
.rightContainer
{
...
...
Please
register
or
sign in
to post a comment