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
94fb2fac
authored
2024-03-29 16:10:25 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
不动产档案明细
1 parent
62ebd261
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
src/views/sqcx/dydjb/components/dydjbInfo.vue
src/views/sqcx/dydjb/components/dydjbInfo.vue
View file @
94fb2fa
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-03-29 1
5:40:5
8
* @LastEditTime: 2024-03-29 1
6:09:2
8
-->
<
template
>
<div
class=
"jtfccx-edit-con dydjbInfo"
>
...
...
@@ -49,7 +49,7 @@
</lb-table>
</div>
<div
class=
"dydjbInfo-item"
>
<b
class=
"title"
>
异议登记
</b>
<b
class=
"title"
style=
"border-bottom: 1px solid #dfe6ec;"
>
异议登记
</b>
<lb-table
:column=
"yydjColumns"
key=
"yydj"
:data=
"resultData.yydjDetail"
:heightNumSetting=
"true"
:minHeight=
"115"
:rowStyleHeight=
'25'
:maxHeight=
"115"
:pagination=
"false"
>
...
...
@@ -101,6 +101,12 @@
border
:
1px
solid
#acbed1
;
height
:
30px
;
}
/
deep
/
.lb-table
{
height
:
0
;
}
/
deep
/
.lb-table
.el-table
{
border-radius
:
0
;
}
.dydjbInfo
{
overflow-x
:
hidden
;
h3
{
...
...
@@ -110,6 +116,8 @@
display
:
flex
;
}
.title
{
writing-mode
:
vertical-rl
;
/* 从右向左垂直排列 */
text-orientation
:
upright
;
/* 文字直立 */
white-space
:
nowrap
;
border
:
1px
solid
#dfe6ec
;
color
:
#4a4a4a
;
...
...
@@ -120,7 +128,7 @@
align-items
:
center
;
justify-content
:
center
;
border-right
:
none
;
margin-top
:
1px
;
border-bottom
:
none
;
}
/
deep
/
.lb-table
{
width
:
100%
;
...
...
Please
register
or
sign in
to post a comment