Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-easy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
easyUI
hls-easy-ui
Commits
408063a3
Commit
408063a3
authored
Jun 04, 2019
by
Nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.0.2
parent
36ce57b9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
3 deletions
+15
-3
index.vue
packages/components/HHeader/index.vue
+1
-0
main.js
src/main.js
+3
-1
hlsPopup.vue
src/pages/hlsPopup.vue
+1
-1
home.vue
src/pages/home.vue
+1
-1
yarn.lock
yarn.lock
+9
-0
No files found.
packages/components/HHeader/index.vue
View file @
408063a3
...
@@ -58,6 +58,7 @@ export default {
...
@@ -58,6 +58,7 @@ export default {
box-sizing: content-box;
box-sizing: content-box;
overflow: hidden;
overflow: hidden;
position: fixed;
position: fixed;
width: 100%;
z-index: 5;
z-index: 5;
.h-header-center {
.h-header-center {
...
...
src/main.js
View file @
408063a3
...
@@ -104,8 +104,10 @@ FastClick.attach(document.body)
...
@@ -104,8 +104,10 @@ FastClick.attach(document.body)
Vue
.
config
.
productionTip
=
false
Vue
.
config
.
productionTip
=
false
vum
.
$vumPlatform
.
ready
(
function
()
{
vum
.
$vumPlatform
.
ready
(
function
()
{
if
((
vum
.
Platform
.
isAndroid
())
||
(
vum
.
Platform
.
isIOS
()))
{
if
(
process
.
env
.
isMobilePlatform
)
{
cordova
.
plugins
.
Keyboard
.
disableScroll
(
true
)
}
}
})
})
vum
.
$vumPlatform
.
registerBackButtonAction
(
function
(
e
)
{
vum
.
$vumPlatform
.
registerBackButtonAction
(
function
(
e
)
{
...
...
src/pages/hlsPopup.vue
View file @
408063a3
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<tab-item>
涉诉公告
</tab-item>
<tab-item>
涉诉公告
</tab-item>
<tab-item>
司法协助
</tab-item>
<tab-item>
司法协助
</tab-item>
</s-tab>
-->
</s-tab>
-->
<h-content
class=
"has-footer"
>
<h-content
class=
"has-footer
has-header
"
>
<h-button
class=
"button-class"
type=
"primary"
@
click
.
native=
"showLoading"
>
showLoading
</h-button>
<h-button
class=
"button-class"
type=
"primary"
@
click
.
native=
"showLoading"
>
showLoading
</h-button>
<h-button
class=
"button-class"
type=
"primary"
@
click
.
native=
"hideLoading"
>
hideLoading
</h-button>
<h-button
class=
"button-class"
type=
"primary"
@
click
.
native=
"hideLoading"
>
hideLoading
</h-button>
<h-button
class=
"button-class"
type=
"primary"
@
click
.
native=
"showLongTop"
>
showLongTop
</h-button>
<h-button
class=
"button-class"
type=
"primary"
@
click
.
native=
"showLongTop"
>
showLongTop
</h-button>
...
...
src/pages/home.vue
View file @
408063a3
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</div>
</div>
<div
slot=
"center"
>
小易
</div>
<div
slot=
"center"
>
小易
</div>
</h-header>
</h-header>
<h-content
id=
"home-content"
>
<h-content
id=
"home-content"
class=
"has-header"
>
<div
v-for=
"item in message"
class=
"message"
>
<div
v-for=
"item in message"
class=
"message"
>
<p
v-show=
"false"
class=
"message-time"
v-text=
"item.time"
/>
<p
v-show=
"false"
class=
"message-time"
v-text=
"item.time"
/>
<div
v-show=
"!item.isFromeMe"
class=
"message-wrap"
>
<div
v-show=
"!item.isFromeMe"
class=
"message-wrap"
>
...
...
yarn.lock
View file @
408063a3
...
@@ -3242,6 +3242,15 @@ fast-levenshtein@~2.0.4:
...
@@ -3242,6 +3242,15 @@ fast-levenshtein@~2.0.4:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
fastclick@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/fastclick/-/fastclick-1.0.6.tgz#161625b27b1a5806405936bda9a2c1926d06be6a"
integrity sha1-FhYlsnsaWAZAWTa9qaLBkm0Gvmo=
"fastclick@https://hel.hand-china.com/easyUI/fastclick.git#v1.0.7":
version "1.0.7"
resolved "https://hel.hand-china.com/easyUI/fastclick.git#ed7ddb6dda51dc9ac5661dbeddc736a51c5925c9"
fastparse@^1.1.1:
fastparse@^1.1.1:
version "1.1.2"
version "1.1.2"
resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9"
resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9"
...
...
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