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
49986d07
authored
2023-03-09 14:53:34 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
7ddda7cb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
28 deletions
src/views/registerBook/tablestyle.scss
src/views/registerBook/zdjbxx.vue
src/views/workflow/components/spyj.vue
src/views/registerBook/tablestyle.scss
View file @
49986d0
.zdxx
{
width
:
100%
;
height
:
100%
;
background-color
:
#f5f5f5
;
padding
:
5px
;
}
.tablebox
{
overflow-x
:
auto
;
width
:
100%
;
...
...
src/views/registerBook/zdjbxx.vue
View file @
49986d0
...
...
@@ -156,7 +156,7 @@
zdjbxx
:
{},
zdbhqks
:
[],
propsParam
:
this
.
$attrs
,
showGroup
:
tru
e
,
showGroup
:
fals
e
,
bdclxList
:
[
''
,
'宗地'
,
'宗海'
,
'自然幢'
,
'多幢'
,
'构筑物'
,
'林权'
,
'户'
]
};
},
...
...
@@ -181,10 +181,4 @@
<
style
lang=
"scss"
scoped
>
@import
"./tablestyle.scss"
;
.zdxx
{
width
:
100%
;
height
:
100%
;
background-color
:
#f5f5f5
;
padding
:
5px
;
}
</
style
>
...
...
src/views/workflow/components/spyj.vue
View file @
49986d0
...
...
@@ -4,6 +4,7 @@
-->
<
template
>
<div
class=
'spyj loadingtext'
>
<div
class=
"box"
>
<b
class=
"spyj_title"
>
审批表
</b>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"120px"
>
<div
class=
"spyj_form"
v-for=
"(item, index) in tableData"
:key=
"index"
>
...
...
@@ -25,12 +26,12 @@
</el-row>
<el-row>
<el-col
:span=
"16"
>
<el-form-item
label=
"审查人:
"
prop=
"shryxm"
>
<el-form-item
label=
"审查人
"
prop=
"shryxm"
>
{{
item
.
shryxm
}}
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"审核时间:
"
prop=
"shjssj"
:key=
"refresh"
>
<el-form-item
label=
"审核时间
"
prop=
"shjssj"
:key=
"refresh"
>
{{
item
.
shjssj
}}
</el-form-item>
</el-col>
...
...
@@ -41,16 +42,17 @@
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</div>
</el-form>
</div>
<el-empty
v-if=
"isNoData"
description=
"暂无数据"
></el-empty>
<commonDialog
v-model=
"commonDialog"
/>
</div>
</
template
>
<
script
>
import
{
getSpyjList
,
saveSpyj
,
saveSpyjBySlsq
}
from
"@/api/fqsq.js"
;
import
{
popupDialog
}
from
"@/utils/popup.js"
;
import
commonDialog
from
"./commonOpinion.vue"
;
import
{
mapGetters
}
from
'vuex'
export
default
{
import
{
getSpyjList
,
saveSpyj
,
saveSpyjBySlsq
}
from
"@/api/fqsq.js"
;
import
{
popupDialog
}
from
"@/utils/popup.js"
;
import
commonDialog
from
"./commonOpinion.vue"
;
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
commonDialog
},
props
:
{
},
...
...
@@ -128,20 +130,36 @@ export default {
this
.
ruleForm
.
shyj
=
opinion
}
}
}
}
</
script
>
<
style
scoped
lang=
'scss'
>
@import
'~@/styles/mixin.scss'
;
.spyj
{
margin-left
:
5px
;
height
:
400px
;
@import
"~@/styles/mixin.scss"
;
.spyj
{
width
:
100%
;
height
:
100%
;
background-color
:
#f5f5f5
;
padding
:
5px
;
.box
{
overflow-x
:
auto
;
width
:
100%
;
height
:
95%
;
background
:
#fff
;
text-align
:
center
;
padding
:
4px
;
overflow-y
:
scroll
;
padding-top
:
20px
;
padding
:
20px
40px
;
}
.spyj_title
{
line-height
:
68px
;
border
:
1px
solid
$
borderColor
;
text-align
:
center
;
font-size
:
18px
;
font-size
:
22px
;
font-weight
:
400
;
background-color
:
#eceef2
;
display
:
block
;
margin
:
5px
;
border-bottom
:
none
;
}
/
deep
/
.el-form-item
{
...
...
@@ -158,9 +176,12 @@ export default {
.item_left
{
width
:
150px
;
background-color
:
#F8F8FA
;
background-color
:
#f8f8fa
;
color
:
#606266
;
@include
flex-center;
display
:
flex
;
font-size
:
14px
;
text-indent
:
80px
;
align-items
:
center
;
border-right
:
1px
solid
$
borderColor
;
}
...
...
@@ -169,9 +190,14 @@ export default {
width
:
100%
;
/deep/.el-form-item__label
{
background-color
:
#F8F8FA
;
background-color
:
#f8f8fa
;
}
/
deep
/
.el-form-item__content
{
display
:
block
;
text-align
:
left
;
padding-left
:
15px
;
text-indent
:
10px
;
}
.opinion_item
{
/deep/.el-form-item__error
{
margin-top
:
-16px
!important
;
...
...
@@ -183,7 +209,7 @@ export default {
.opinion
{
position
:
relative
;
font-size
:
16
px
;
font-size
:
14
px
;
/deep/.el-textarea__inner
{
border
:
none
;
...
...
@@ -202,5 +228,5 @@ export default {
text-align
:
center
;
margin
:
15px
0
;
}
}
}
</
style
>
...
...
Please
register
or
sign in
to post a comment