Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
1 changed file
with
3 additions
and
4 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-01-30 15:46:45 | 4 | * @LastEditTime: 2024-03-04 16:30:49 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="szxx"> | 7 | <div class="szxx"> |
... | @@ -29,7 +29,7 @@ | ... | @@ -29,7 +29,7 @@ |
29 | <span>{{ item.bdcdyh }}</span> | 29 | <span>{{ item.bdcdyh }}</span> |
30 | </div> | 30 | </div> |
31 | <div class="text color_iray"> | 31 | <div class="text color_iray"> |
32 | <span>{{ item.zl }}</span> | 32 | <span style="word-break:break-all;">{{ item.zl }}</span> |
33 | </div> | 33 | </div> |
34 | <div class="text color_red"> | 34 | <div class="text color_red"> |
35 | <span>{{ item.yt }}</span> | 35 | <span>{{ item.yt }}</span> |
... | @@ -298,7 +298,6 @@ | ... | @@ -298,7 +298,6 @@ |
298 | .text { | 298 | .text { |
299 | margin-bottom: 8px; | 299 | margin-bottom: 8px; |
300 | text-align: left; | 300 | text-align: left; |
301 | text-indent: 16px; | ||
302 | } | 301 | } |
303 | .text.tac { | 302 | .text.tac { |
304 | text-align: center; | 303 | text-align: center; |
... | @@ -323,9 +322,9 @@ | ... | @@ -323,9 +322,9 @@ |
323 | } | 322 | } |
324 | 323 | ||
325 | .card_padding { | 324 | .card_padding { |
326 | padding-top: 8px; | ||
327 | font-size: 14px; | 325 | font-size: 14px; |
328 | line-height: 22px; | 326 | line-height: 22px; |
327 | padding: 8px 15px; | ||
329 | } | 328 | } |
330 | /deep/.el-card__body { | 329 | /deep/.el-card__body { |
331 | padding: 0px; | 330 | padding: 0px; | ... | ... |
-
Please register or sign in to post a comment