style:材料分屏后材料信息样式的修改
Showing
2 changed files
with
3 additions
and
10 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-12 09:49:08 | 4 | * @LastEditTime: 2023-10-13 15:02:59 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -346,7 +346,7 @@ | ... | @@ -346,7 +346,7 @@ |
346 | // 查看大图 | 346 | // 查看大图 |
347 | .rlPopup { | 347 | .rlPopup { |
348 | position: relative; | 348 | position: relative; |
349 | width: 100%; | 349 | width: 80%; |
350 | text-align: center; | 350 | text-align: center; |
351 | height: 100%; | 351 | height: 100%; |
352 | 352 | ||
... | @@ -402,7 +402,7 @@ | ... | @@ -402,7 +402,7 @@ |
402 | &-button { | 402 | &-button { |
403 | display: flex; | 403 | display: flex; |
404 | justify-content: center; | 404 | justify-content: center; |
405 | 405 | flex-wrap: wrap; | |
406 | .fileUpdate { | 406 | .fileUpdate { |
407 | margin: 0 10px; | 407 | margin: 0 10px; |
408 | } | 408 | } | ... | ... |
... | @@ -5,7 +5,6 @@ | ... | @@ -5,7 +5,6 @@ |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="clxx"> | 7 | <div class="clxx"> |
8 | <div class="right"> | ||
9 | <!-- 材料预览 --> | 8 | <!-- 材料预览 --> |
10 | <div class="clyl-box"> | 9 | <div class="clyl-box"> |
11 | <div class="menu-tree"> | 10 | <div class="menu-tree"> |
... | @@ -54,7 +53,6 @@ | ... | @@ -54,7 +53,6 @@ |
54 | @nextPriview="nextPriview" | 53 | @nextPriview="nextPriview" |
55 | @prevPriview="prevPriview" /> | 54 | @prevPriview="prevPriview" /> |
56 | </div> | 55 | </div> |
57 | </div> | ||
58 | <clxxAddDialog v-model="isDialog" /> | 56 | <clxxAddDialog v-model="isDialog" /> |
59 | </div> | 57 | </div> |
60 | </template> | 58 | </template> |
... | @@ -382,10 +380,6 @@ | ... | @@ -382,10 +380,6 @@ |
382 | } | 380 | } |
383 | } | 381 | } |
384 | 382 | ||
385 | .right { | ||
386 | width: 100%; | ||
387 | height: 100%; | ||
388 | |||
389 | .clmlmx-box { | 383 | .clmlmx-box { |
390 | margin: 0 auto; | 384 | margin: 0 auto; |
391 | 385 | ||
... | @@ -471,5 +465,4 @@ | ... | @@ -471,5 +465,4 @@ |
471 | } | 465 | } |
472 | } | 466 | } |
473 | } | 467 | } |
474 | } | ||
475 | </style> | 468 | </style> | ... | ... |
-
Please register or sign in to post a comment