src/views/systemSetting/platform/mySetting/index.vue
@@ -1,9 +1,9 @@ <template> <div class="mySetting"> <!-- header 页面标题提示 --> <header> <!-- <header> <div class="header-title">系统设置 >> 门户管理 > 自定义菜单设置</div> </header> </header> --> <main> <div class="main-content"> <!-- 数据展示 --> @@ -143,7 +143,7 @@ .mySetting { margin: 10px 20px; text-align: left; color: #4b9bb7; // color: #4b9bb7; header { line-height: 60px; @@ -161,7 +161,7 @@ } main { background-color: #09152f; // background-color: #09152f; margin-top: 20px; padding-bottom: 50px; @@ -263,4 +263,8 @@ padding: 0; } } .my-aside{ border-right: 1px solid #d3d3d3 ; } </style>