Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mui
Commits
7a9c7f1a
Commit
7a9c7f1a
authored
Nov 15, 2014
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正popover弹出位置;
parent
836c44a3
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
examples/hello-mui/examples/info.html
examples/hello-mui/examples/info.html
+1
-1
examples/hello-mui/examples/popovers.html
examples/hello-mui/examples/popovers.html
+4
-4
examples/hello-mui/js/mui.min.js
examples/hello-mui/js/mui.min.js
+1
-1
No files found.
examples/hello-mui/examples/info.html
View file @
7a9c7f1a
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
</p>
</p>
<p>
更多详细介绍,请到
<a
href=
"http://dcloudio.github.io/mui"
>
mui官网
</a>
查看;
</p>
<p>
更多详细介绍,请到
<a
href=
"http://dcloudio.github.io/mui"
>
mui官网
</a>
查看;
</p>
<h4>
版本介绍
</h4>
<h4>
版本介绍
</h4>
<p>
当前版本为0.
6.1
,可到
<a
href=
"https://github.com/dcloudio/mui"
>
Github
</a>
上获取最新版本。
</p>
<p>
当前版本为0.
7.0
,可到
<a
href=
"https://github.com/dcloudio/mui"
>
Github
</a>
上获取最新版本。
</p>
<h4>
License
</h4>
<h4>
License
</h4>
<p>
<p>
mui遵循MIT License,源码已提交至Github,
<a
href=
"https://github.com/dcloudio/mui"
>
点击查看
</a>
;
mui遵循MIT License,源码已提交至Github,
<a
href=
"https://github.com/dcloudio/mui"
>
点击查看
</a>
;
...
...
examples/hello-mui/examples/popovers.html
View file @
7a9c7f1a
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
display
:
none
;
display
:
none
;
}
}
.mui-bar-nav
~
.mui-content
{
.mui-bar-nav
~
.mui-content
{
padding
:
0
;
padding
-top
:
0
;
}
}
</style>
</style>
<script>
<script>
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<style>
<style>
.mui-popover
{
.mui-popover
{
top
:
125
px
;
top
:
74
px
;
}
}
</style>
</style>
<header
class=
"mui-bar mui-bar-nav"
>
<header
class=
"mui-bar mui-bar-nav"
>
...
@@ -39,8 +39,8 @@
...
@@ -39,8 +39,8 @@
<h1
class=
"mui-title"
>
Popovers
</h1>
<h1
class=
"mui-title"
>
Popovers
</h1>
</header>
</header>
<div
class=
"mui-content"
>
<div
class=
"mui-content"
>
<div
class=
"mui-content-padded"
>
<div
class=
"mui-content-padded"
style=
"padding: 20px 10px;"
>
<a
href=
"#popover"
class=
"mui-btn mui-btn-primary mui-btn-block
"
>
Click
</a>
<a
href=
"#popover"
class=
"mui-btn mui-btn-primary mui-btn-block
mui-btn-outlined"
style=
"padding: 5px 20px;"
>
打开弹出菜单
</a>
</div>
</div>
<div
id=
"popover"
class=
"mui-popover"
>
<div
id=
"popover"
class=
"mui-popover"
>
<ul
class=
"mui-table-view"
>
<ul
class=
"mui-table-view"
>
...
...
examples/hello-mui/js/mui.min.js
View file @
7a9c7f1a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment