style: 修改页面左侧菜单底部样式

main
wu.jian2 2 years ago
parent db827dba8e
commit 520de3dde2

@ -65,7 +65,8 @@ export default {
.side-catalog-wrap{
// padding-top: 16px;
width: 220px;
height: 100%;
// height: 100%;
margin-bottom: 16px;
box-sizing: border-box;
color: var(--bs-el-title);
background-color: var(--bs-background-2);

@ -254,7 +254,8 @@ export default {
.side-catalog-wrap{
// padding-top: 16px;
width: 220px;
height: 100%;
// height: 100%;
margin-bottom: 16px;
box-sizing: border-box;
color: var(--bs-el-title);
background-color: var(--bs-background-2);

@ -289,7 +289,8 @@ export default {
.side-catalog-wrap {
// padding-top: 16px;
width: 220px;
height: 100%;
// height: 100%;
margin-bottom: 16px;
box-sizing: border-box;
color: var(--bs-el-title);
background-color: var(--bs-background-2);

Loading…
Cancel
Save