Showing
1 changed file
with
4 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-06-29 18:18:02 | 2 | * @Date: 2022-06-29 18:18:02 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-02-16 16:12:54 | 4 | + * @LastEditTime: 2023-02-16 16:41:15 |
| 5 | * @FilePath: /data-table/src/views/success.vue | 5 | * @FilePath: /data-table/src/views/success.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -89,6 +89,9 @@ const handle = () => { | ... | @@ -89,6 +89,9 @@ const handle = () => { |
| 89 | .rich-text { | 89 | .rich-text { |
| 90 | padding: 1rem 2rem; | 90 | padding: 1rem 2rem; |
| 91 | white-space: pre-wrap; | 91 | white-space: pre-wrap; |
| 92 | + :deep(img) { | ||
| 93 | + width: 100%; | ||
| 94 | + } | ||
| 92 | } | 95 | } |
| 93 | .button-plain { | 96 | .button-plain { |
| 94 | width: auto; | 97 | width: auto; | ... | ... |
-
Please register or login to post a comment