Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
meihua-island-book
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-05-24 20:38:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad741da92d6993aefa5e55b2dfde764a6a8ccb1f
ad741da9
1 parent
964c4e54
fix 修复滚动问题
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
components.d.ts
src/pages/index/index.less
src/pages/index/index.vue
components.d.ts
View file @
ad741da
...
...
@@ -18,7 +18,6 @@ declare module '@vue/runtime-core' {
NutCalendar
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Calendar'
]
NutCol
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Col'
]
NutConfigProvider
:
typeof
import
(
'@nutui/nutui-taro'
)[
'ConfigProvider'
]
NutDialog
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Dialog'
]
NutEmpty
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Empty'
]
NutImagePreview
:
typeof
import
(
'@nutui/nutui-taro'
)[
'ImagePreview'
]
NutInput
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Input'
]
...
...
src/pages/index/index.less
View file @
ad741da
...
...
@@ -86,7 +86,7 @@
justify-content: center;
}
.overlay-content {
display: flex;
//
display: flex;
width: 85%;
height: 80%;
background: #fff;
...
...
src/pages/index/index.vue
View file @
ad741da
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-05-24
19:23:29
* @LastEditTime: 2024-05-24
20:36:50
* @FilePath: /meihuaApp/src/pages/index/index.vue
* @Description: 首页
-->
...
...
@@ -26,6 +26,8 @@
<nav-bar activated="index" />
<nut-overlay
v-model:visible="show_notice"
:lock-scroll="false"
:close-on-click-overlay="false"
>
<div class="overlay-body">
<div class="overlay-content">
...
...
Please
register
or
login
to post a comment