Commit f49072a7 authored by chenqikuai's avatar chenqikuai

fix: menu bar display

parent e4a9ab0f
This diff is collapsed.
...@@ -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: 70px; padding-top: 64px;
} }
.chainCard { .chainCard {
position: relative; position: relative;
......
<template> <template>
<div <div
style="margin-top: 70px; padding-bottom: 60px;" style="padding-top: 64px; 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
......
...@@ -157,7 +157,7 @@ export default VueTypedMixins(blockMixin).extend({ ...@@ -157,7 +157,7 @@ export default VueTypedMixins(blockMixin).extend({
} }
.the-block { .the-block {
margin-top: 70px; padding-top: 64px;
} }
.light2 { .light2 {
......
...@@ -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: 70px; padding-top: 64px;
} }
.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>
...@@ -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: 70px; padding-top: 6px;
} }
</style> </style>
...@@ -142,7 +142,7 @@ export default Vue.extend({ ...@@ -142,7 +142,7 @@ export default Vue.extend({
<style scoped> <style scoped>
.newslist { .newslist {
padding-top: 70px; padding-top: 64px;
min-width: 1200px; min-width: 1200px;
min-height: calc(100vh - 315px); min-height: calc(100vh - 315px);
} }
......
<template> <template>
<div <div
style="margin-top: 70px; padding-bottom: 60px;" style="padding-top: 64px; 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment