94fb2fac by renchao@pashanhoo.com

不动产档案明细

1 parent 62ebd261
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-03-29 15:40:58
* @LastEditTime: 2024-03-29 16:09:28
-->
<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%;
......