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
1b3a658f
authored
2020-11-26 16:51:48 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利人组件title
1 parent
43481d0a
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 @
1b3a658
...
...
@@ -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