不动产档案明细
Showing
1 changed file
with
11 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-03-29 15:40:58 | 4 | * @LastEditTime: 2024-03-29 16:09:28 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="jtfccx-edit-con dydjbInfo"> | 7 | <div class="jtfccx-edit-con dydjbInfo"> |
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | </lb-table> | 49 | </lb-table> |
| 50 | </div> | 50 | </div> |
| 51 | <div class="dydjbInfo-item"> | 51 | <div class="dydjbInfo-item"> |
| 52 | <b class="title">异议登记</b> | 52 | <b class="title" style="border-bottom: 1px solid #dfe6ec;">异议登记</b> |
| 53 | <lb-table :column="yydjColumns" key="yydj" :data="resultData.yydjDetail" | 53 | <lb-table :column="yydjColumns" key="yydj" :data="resultData.yydjDetail" |
| 54 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" | 54 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" |
| 55 | :pagination="false"> | 55 | :pagination="false"> |
| ... | @@ -101,6 +101,12 @@ | ... | @@ -101,6 +101,12 @@ |
| 101 | border: 1px solid #acbed1; | 101 | border: 1px solid #acbed1; |
| 102 | height: 30px; | 102 | height: 30px; |
| 103 | } | 103 | } |
| 104 | /deep/.lb-table { | ||
| 105 | height: 0; | ||
| 106 | } | ||
| 107 | /deep/.lb-table .el-table { | ||
| 108 | border-radius: 0; | ||
| 109 | } | ||
| 104 | .dydjbInfo { | 110 | .dydjbInfo { |
| 105 | overflow-x: hidden; | 111 | overflow-x: hidden; |
| 106 | h3 { | 112 | h3 { |
| ... | @@ -110,6 +116,8 @@ | ... | @@ -110,6 +116,8 @@ |
| 110 | display: flex; | 116 | display: flex; |
| 111 | } | 117 | } |
| 112 | .title { | 118 | .title { |
| 119 | writing-mode: vertical-rl; /* 从右向左垂直排列 */ | ||
| 120 | text-orientation: upright; /* 文字直立 */ | ||
| 113 | white-space: nowrap; | 121 | white-space: nowrap; |
| 114 | border: 1px solid #dfe6ec; | 122 | border: 1px solid #dfe6ec; |
| 115 | color: #4a4a4a; | 123 | color: #4a4a4a; |
| ... | @@ -120,7 +128,7 @@ | ... | @@ -120,7 +128,7 @@ |
| 120 | align-items: center; | 128 | align-items: center; |
| 121 | justify-content: center; | 129 | justify-content: center; |
| 122 | border-right: none; | 130 | border-right: none; |
| 123 | margin-top: 1px; | 131 | border-bottom: none; |
| 124 | } | 132 | } |
| 125 | /deep/.lb-table { | 133 | /deep/.lb-table { |
| 126 | width: 100%; | 134 | width: 100%; | ... | ... |
-
Please register or sign in to post a comment