Showing
3 changed files
with
4 additions
and
3 deletions
| ... | @@ -18,7 +18,6 @@ declare module '@vue/runtime-core' { | ... | @@ -18,7 +18,6 @@ declare module '@vue/runtime-core' { |
| 18 | NutCalendar: typeof import('@nutui/nutui-taro')['Calendar'] | 18 | NutCalendar: typeof import('@nutui/nutui-taro')['Calendar'] |
| 19 | NutCol: typeof import('@nutui/nutui-taro')['Col'] | 19 | NutCol: typeof import('@nutui/nutui-taro')['Col'] |
| 20 | NutConfigProvider: typeof import('@nutui/nutui-taro')['ConfigProvider'] | 20 | NutConfigProvider: typeof import('@nutui/nutui-taro')['ConfigProvider'] |
| 21 | - NutDialog: typeof import('@nutui/nutui-taro')['Dialog'] | ||
| 22 | NutEmpty: typeof import('@nutui/nutui-taro')['Empty'] | 21 | NutEmpty: typeof import('@nutui/nutui-taro')['Empty'] |
| 23 | NutImagePreview: typeof import('@nutui/nutui-taro')['ImagePreview'] | 22 | NutImagePreview: typeof import('@nutui/nutui-taro')['ImagePreview'] |
| 24 | NutInput: typeof import('@nutui/nutui-taro')['Input'] | 23 | NutInput: typeof import('@nutui/nutui-taro')['Input'] | ... | ... |
| ... | @@ -86,7 +86,7 @@ | ... | @@ -86,7 +86,7 @@ |
| 86 | justify-content: center; | 86 | justify-content: center; |
| 87 | } | 87 | } |
| 88 | .overlay-content { | 88 | .overlay-content { |
| 89 | - display: flex; | 89 | + // display: flex; |
| 90 | width: 85%; | 90 | width: 85%; |
| 91 | height: 80%; | 91 | height: 80%; |
| 92 | background: #fff; | 92 | background: #fff; | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-05-24 19:23:29 | 4 | + * @LastEditTime: 2024-05-24 20:36:50 |
| 5 | * @FilePath: /meihuaApp/src/pages/index/index.vue | 5 | * @FilePath: /meihuaApp/src/pages/index/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -26,6 +26,8 @@ | ... | @@ -26,6 +26,8 @@ |
| 26 | <nav-bar activated="index" /> | 26 | <nav-bar activated="index" /> |
| 27 | <nut-overlay | 27 | <nut-overlay |
| 28 | v-model:visible="show_notice" | 28 | v-model:visible="show_notice" |
| 29 | + :lock-scroll="false" | ||
| 30 | + :close-on-click-overlay="false" | ||
| 29 | > | 31 | > |
| 30 | <div class="overlay-body"> | 32 | <div class="overlay-body"> |
| 31 | <div class="overlay-content"> | 33 | <div class="overlay-content"> | ... | ... |
-
Please register or login to post a comment