Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
Z
zhxf_vue
Project
Project
Details
Activity
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
葛齐林
zhxf_vue
Commits
cc57a982
Commit
cc57a982
authored
Apr 26, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
1f6fb9fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
layout.vue
src/layout/header-aside/layout.vue
+6
-5
formbg2x.png
src/pages/login/login-img/formbg2x.png
+0
-0
index.vue
src/pages/sys/point/index.vue
+1
-1
No files found.
src/layout/header-aside/layout.vue
View file @
cc57a982
...
@@ -22,18 +22,17 @@
...
@@ -22,18 +22,17 @@
<div
class=
"current-time"
>
{{
time
|
formatDate
}}
</div>
<div
class=
"current-time"
>
{{
time
|
formatDate
}}
</div>
<div
class=
"current-date"
>
{{
time
|
formatDate2
}}
</div>
<div
class=
"current-date"
>
{{
time
|
formatDate2
}}
</div>
</div>
</div>
<div
class=
"subway-container"
>
<
!--
<
div
class=
"subway-container"
>
<div
class=
"subway-info"
>
<div
class=
"subway-info"
>
<span
:class=
"station.length
<
6
?
'
lineFeed
'
:
''"
>
{{
<span
:class=
"station.length
<
6
?
'
lineFeed
'
:
''"
>
{{
station
station
}}
</span>
}}
</span>
<!--
<div
class=
"out-img"
>
</div>
-->
</div>
</div>
<div
class=
"user-img"
><img
src=
"./imgs/subway.png"
/></div>
<div
class=
"user-img"
><img
src=
"./imgs/subway.png"
/></div>
</div>
</div>
-->
<d2-header-theme
/>
<!-- 主题 -->
<!-- 主题 -->
<d2-header-theme
/>
<el-badge
<el-badge
class=
"msg-img"
class=
"msg-img"
:value=
"countNum == 0 ? '' : countNum > 99 ? '99+' : countNum"
:value=
"countNum == 0 ? '' : countNum > 99 ? '99+' : countNum"
...
@@ -287,6 +286,8 @@ export default {
...
@@ -287,6 +286,8 @@ export default {
}
}
.time-container
{
.time-container
{
width
:
93px
;
width
:
93px
;
margin-right
:
10px
;
text-align
:
right
;
text-align
:
right
;
// border:1px solid red;
// border:1px solid red;
padding
:
2px
;
padding
:
2px
;
...
...
src/pages/login/login-img/formbg2x.png
View replaced file @
1f6fb9fa
View file @
cc57a982
This diff is collapsed.
Click to expand it.
src/pages/sys/point/index.vue
View file @
cc57a982
...
@@ -812,7 +812,7 @@ export default {
...
@@ -812,7 +812,7 @@ export default {
}
}
}).
then
((
data
)
=>
{
}).
then
((
data
)
=>
{
if
(
data
&&
data
.
code
===
0
)
{
if
(
data
&&
data
.
code
===
0
)
{
this
.
treeData
=
data
.
tree
this
.
treeData
=
data
.
nodes
this
.
defaultExpandedKeys
=
[]
this
.
defaultExpandedKeys
=
[]
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
if
(
if
(
...
...
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