Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
b06136ea
authored
2020-12-24 14:21:57 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利人组件样式调整
1 parent
3a066138
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
b06136e
...
...
@@ -2,11 +2,11 @@
<div
class=
"temp"
>
<table
class=
"tempTable"
cellspacing=
"0"
cellpadding=
"0"
border=
"1"
>
<tr>
<td
colspan=
"2"
width=
"50px"
><span
class=
"table-title"
>
权利人信息
</span></td>
<td
colspan=
"2"
><span
class=
"table-title"
>
权利人信息
</span></td>
<td
colspan=
"2"
>
共有方式
</td>
<td
colspan=
"8"
>
<el-row>
<el-col
:span=
"14"
class=
"fl"
>
<el-col
:span=
"14"
class=
"fl"
style=
"line-height:32px"
>
<el-radio-group
v-model=
"gyfs"
>
<el-radio
:label=
"item.bsm"
:disabled=
"qszt!='0' || item.disabled"
:key=
"item.bsm"
v-for=
"item in gyfsList"
>
{{
item
.
mc
}}
</el-radio>
</el-radio-group>
...
...
@@ -647,6 +647,10 @@
background-color
:
#fff
;
font-size
:
14px
;
width
:
100%
;
table-layout
:
fixed
;
.iconfont{
font-size
:
14px
!important
;
}
.span
{
color
:
#409eff
;
margin-right
:
10px
;
...
...
@@ -662,7 +666,7 @@
}
td
{
text-align
:
center
;
padding
:
10
px
0
;
padding
:
8
px
0
;
}
}
.table-title
{
...
...
Please
register
or
sign in
to post a comment