优化 前段风格

This commit is contained in:
wuxw 2022-06-24 02:55:12 +08:00
parent 88f1b32e8e
commit 716eb05965
2 changed files with 4 additions and 2 deletions

View File

@ -545,7 +545,7 @@ body,
background-color: var(--vc-menu-sub-bg);
color: var(--vc-menu-sub-font-color);
text-align: start;
width: 140px;
width: 150px;
font-size: 12px;
height: 100%;
overflow-x: hidden;
@ -596,6 +596,8 @@ body,
.vc-main .vc-nav ul li {
padding-left: 10px;
padding-right: 10px;
margin-left:5px;
margin-right:5px;
cursor: pointer;
}

View File

@ -66,7 +66,7 @@
<div class="vc-wrapper vc-content padding-top-xs" style="padding-bottom: 0px;">
<vc:create path="frame/breadcrumb"></vc:create>
</div>
<div id="component" class="vc-wrapper vc-content padding-top-xs animated fadeInRight"
<div id="component" class="vc-wrapper vc-content padding-top-sm animated fadeInRight"
vc-path="/common/chooseEnterCommunity">
<vc:create path="/pages/property/indexContext"></vc:create>
</div>