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({
, MLatestBlocks
<style scoped>
.blockChain {
margin-top: 70px;
padding-top: 64px;
}
.chainCard {
position: relative;
......
<template>
<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"
>
<chain-search
......
......@@ -157,7 +157,7 @@ export default VueTypedMixins(blockMixin).extend({
}
.the-block {
margin-top: 70px;
padding-top: 64px;
}
.light2 {
......
......@@ -42,19 +42,10 @@ export default VueTypedMixins(blockChainBrowserMixin).extend({
<style scoped>
.blockChain {
margin-top: 70px;
padding-top: 64px;
}
.chainCard {
position: relative;
z-index: 1;
}
.rect-block {
/* position: absolute;
z-index: 60;
top: -64px;
left: 197px;
width: 600px;
height: 840px;
background: #2545cb; */
}
</style>
......@@ -88,6 +88,6 @@ export default VueTypedMixins(blockDetailMixin).extend({
<style scoped>
.block-detail {
margin-top: 70px;
padding-top: 6px;
}
</style>
......@@ -142,7 +142,7 @@ export default Vue.extend({
<style scoped>
.newslist {
padding-top: 70px;
padding-top: 64px;
min-width: 1200px;
min-height: calc(100vh - 315px);
}
......
<template>
<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"
>
<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