Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-29 15:49:27 | 2 | * @Date: 2024-09-29 15:49:27 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-12-13 16:09:34 | 4 | + * @LastEditTime: 2024-12-14 10:58:59 |
| 5 | * @FilePath: /hager/src/views/solution/detail.vue | 5 | * @FilePath: /hager/src/views/solution/detail.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -354,6 +354,7 @@ export default { | ... | @@ -354,6 +354,7 @@ export default { |
| 354 | &.xs { | 354 | &.xs { |
| 355 | padding: 2rem; | 355 | padding: 2rem; |
| 356 | display: block; | 356 | display: block; |
| 357 | + overflow: visible; | ||
| 357 | } | 358 | } |
| 358 | i { | 359 | i { |
| 359 | color: @primary-color; | 360 | color: @primary-color; | ... | ... |
-
Please register or login to post a comment