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
7fd064d0
authored
2020-11-26 17:10:54 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
ff3ce570
f277cc38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
7fd064d
...
...
@@ -2,7 +2,7 @@
<div
class=
"temp"
>
<table
class=
"tempTable"
cellspacing=
"0"
cellpadding=
"0"
border=
"1"
>
<tr>
<td
colspan=
"2"
width=
"50px"
>
权利
</td>
<td
colspan=
"2"
width=
"50px"
>
<span
class=
"table-title"
>
权利人信息
</span>
</td>
<td
colspan=
"2"
>
共有方式
</td>
<td
colspan=
"8"
>
<el-row>
...
...
@@ -567,6 +567,10 @@
padding
:
10px
0
;
}
}
.table-title
{
font-weight
:
700
;
font-size
:
15px
;
}
.el-table
th
{
background-color
:
#fff
!important
;
}
...
...
Please
register
or
sign in
to post a comment