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
565bd136
Commit
565bd136
authored
Aug 07, 2019
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
动态配置
parent
fd2ae777
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
774 additions
and
133 deletions
+774
-133
Item.vue
packages/components/ListItem/Item.vue
+1
-1
index.vue
packages/components/STab/index.vue
+2
-2
dynamicLayout.Vue
src/pages/dynamicLayout.Vue
+2
-2
form.vue
src/pages/form.vue
+142
-127
home.vue
src/pages/home.vue
+1
-1
layout.json
src/pages/layout.json
+626
-0
No files found.
packages/components/ListItem/Item.vue
View file @
565bd136
...
@@ -159,7 +159,7 @@ export default {
...
@@ -159,7 +159,7 @@ export default {
content: '*';
content: '*';
color: #D24E4E;
color: #D24E4E;
height: 8px;
height: 8px;
padding-top:
4
px;
padding-top:
2
px;
margin-left: 2px;
margin-left: 2px;
}
}
}
}
...
...
packages/components/STab/index.vue
View file @
565bd136
...
@@ -75,9 +75,9 @@ export default {
...
@@ -75,9 +75,9 @@ export default {
},
},
mounted
()
{
mounted
()
{
let
vm
=
this
let
vm
=
this
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
items
[
vm
.
current
].
$el
.
classList
.
add
(
'activated'
)
this
.
items
[
vm
.
current
].
$el
.
classList
.
add
(
'activated'
)
},
100
)
},
100
)
this
.
scrollToActiveTab
(
vm
.
current
,
this
.
items
[
vm
.
current
].
$el
.
clientWidth
)
this
.
scrollToActiveTab
(
vm
.
current
,
this
.
items
[
vm
.
current
].
$el
.
clientWidth
)
},
},
methods
:
{
methods
:
{
...
...
src/pages/dynamicLayout.Vue
View file @
565bd136
...
@@ -45,9 +45,9 @@
...
@@ -45,9 +45,9 @@
<
script
>
<
script
>
import
layoutData
from
'../common/layout'
import
layoutData
from
'../common/layout'
import
ButtonTab
from
"vux/src/components/button-tab/button-tab"
;
export
default
{
export
default
{
components
:
{
ButtonTab
},
data
()
{
data
()
{
return
{
return
{
layoutData
:
[],
layoutData
:
[],
...
...
src/pages/form.vue
View file @
565bd136
This diff is collapsed.
Click to expand it.
src/pages/home.vue
View file @
565bd136
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</div>
</div>
<div
v-show=
"item.isFromeMe"
class=
"message-wrap"
>
<div
v-show=
"item.isFromeMe"
class=
"message-wrap"
>
<img
v-show=
"userImg"
:src=
"userImg"
class=
"head-pic-right"
>
<img
v-show=
"userImg"
:src=
"userImg"
class=
"head-pic-right"
>
<img
v-show=
"!userImg"
src=
"
..
/assets/image/robot/user7.png"
class=
"head-pic-right"
>
<img
v-show=
"!userImg"
src=
"
@
/assets/image/robot/user7.png"
class=
"head-pic-right"
>
<span
class=
"triangle-right"
/>
<span
class=
"triangle-right"
/>
<p
class=
"message-right"
v-text=
"item.content"
/>
<p
class=
"message-right"
v-text=
"item.content"
/>
</div>
</div>
...
...
src/pages/layout.json
0 → 100644
View file @
565bd136
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