优化界面展示

This commit is contained in:
java110 2020-03-20 16:22:40 +08:00
parent 609fb8e051
commit acbf30915b
2 changed files with 5 additions and 5 deletions

View File

@ -45,11 +45,11 @@
<div class="border-bottom"> <div class="border-bottom">
<vc:create name="nav" domain="frameComponents"></vc:create> <vc:create name="nav" domain="frameComponents"></vc:create>
</div> </div>
<div class="wrapper wrapper-content" style="padding-bottom: 0px;"> <div class="vc-wrapper vc-content" style="padding-bottom: 0px;">
<vc:create name="breadcrumb"></vc:create> <vc:create name="breadcrumb"></vc:create>
</div> </div>
<!-- --> <!-- -->
<div id="component" class="wrapper wrapper-content animated fadeInRight"> <div id="component" class="vc-wrapper vc-content animated fadeInRight">
<vc:create name="enterCommunity"></vc:create> <vc:create name="enterCommunity"></vc:create>
</div> </div>

View File

@ -824,11 +824,11 @@ ul.nav-second-level {
min-height: 0; min-height: 0;
} }
.wrapper { .vc-wrapper {
padding: 0 20px; padding: 0 20px;
} }
.wrapper-content { .vc-content {
padding: 20px 10px 40px; padding: 20px 20px 40px;
} }