Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
ycc-website
Commits
f49072a7
Commit
f49072a7
authored
Feb 21, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: menu bar display
parent
e4a9ab0f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
16 deletions
+7
-16
Header.vue
src/layout/MainPage/Header.vue
+0
-0
blockChainBrowser.vue
src/views/mobile/blockChainBrowser.vue
+1
-1
index.vue
src/views/pc/address/index.vue
+1
-1
block.vue
src/views/pc/block.vue
+1
-1
blockChainBrowser.vue
src/views/pc/blockChainBrowser.vue
+1
-10
index.vue
src/views/pc/blockDetail/index.vue
+1
-1
newsList.vue
src/views/pc/newsList.vue
+1
-1
tradeDetail.vue
src/views/pc/tradeDetail.vue
+1
-1
No files found.
src/layout/MainPage/Header.vue
View file @
f49072a7
This diff is collapsed.
Click to expand it.
src/views/mobile/blockChainBrowser.vue
View file @
f49072a7
...
@@ -56,7 +56,7 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
...
@@ -56,7 +56,7 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
, MLatestBlocks
, MLatestBlocks
<
style
scoped
>
<
style
scoped
>
.blockChain
{
.blockChain
{
margin-top
:
70
px
;
padding-top
:
64
px
;
}
}
.chainCard
{
.chainCard
{
position
:
relative
;
position
:
relative
;
...
...
src/views/pc/address/index.vue
View file @
f49072a7
<
template
>
<
template
>
<div
<div
style=
"
margin-top: 70
px; padding-bottom: 60px;"
style=
"
padding-top: 64
px; padding-bottom: 60px;"
class=
"min-w-1200 md:w-bodySet mx-auto flow-root"
class=
"min-w-1200 md:w-bodySet mx-auto flow-root"
>
>
<chain-search
<chain-search
...
...
src/views/pc/block.vue
View file @
f49072a7
...
@@ -157,7 +157,7 @@ export default VueTypedMixins(blockMixin).extend({
...
@@ -157,7 +157,7 @@ export default VueTypedMixins(blockMixin).extend({
}
}
.the-block
{
.the-block
{
margin-top
:
70
px
;
padding-top
:
64
px
;
}
}
.light2
{
.light2
{
...
...
src/views/pc/blockChainBrowser.vue
View file @
f49072a7
...
@@ -42,19 +42,10 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
...
@@ -42,19 +42,10 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
<
style
scoped
>
<
style
scoped
>
.blockChain
{
.blockChain
{
margin-top
:
70
px
;
padding-top
:
64
px
;
}
}
.chainCard
{
.chainCard
{
position
:
relative
;
position
:
relative
;
z-index
:
1
;
z-index
:
1
;
}
}
.rect-block
{
/* position: absolute;
z-index: 60;
top: -64px;
left: 197px;
width: 600px;
height: 840px;
background: #2545cb; */
}
</
style
>
</
style
>
src/views/pc/blockDetail/index.vue
View file @
f49072a7
...
@@ -88,6 +88,6 @@ export default VueTypedMixins(blockDetailMixin).extend({
...
@@ -88,6 +88,6 @@ export default VueTypedMixins(blockDetailMixin).extend({
<
style
scoped
>
<
style
scoped
>
.block-detail
{
.block-detail
{
margin-top
:
70
px
;
padding-top
:
6
px
;
}
}
</
style
>
</
style
>
src/views/pc/newsList.vue
View file @
f49072a7
...
@@ -142,7 +142,7 @@ export default Vue.extend({
...
@@ -142,7 +142,7 @@ export default Vue.extend({
<
style
scoped
>
<
style
scoped
>
.newslist
{
.newslist
{
padding-top
:
70
px
;
padding-top
:
64
px
;
min-width
:
1200px
;
min-width
:
1200px
;
min-height
:
calc
(
100vh
-
315px
);
min-height
:
calc
(
100vh
-
315px
);
}
}
...
...
src/views/pc/tradeDetail.vue
View file @
f49072a7
<
template
>
<
template
>
<div
<div
style=
"
margin-top: 70
px; padding-bottom: 60px;"
style=
"
padding-top: 64
px; padding-bottom: 60px;"
class=
"min-w-1200 md:w-bodySet mx-auto flow-root"
class=
"min-w-1200 md:w-bodySet mx-auto flow-root"
>
>
<chain-search
<chain-search
...
...
chenqikuai
@chenqikuai
mentioned in commit
748f7ae1
·
Mar 03, 2022
mentioned in commit
748f7ae1
mentioned in commit 748f7ae18ac2f8eb14ee7c2865eaea786342a520
Toggle commit list
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