From e1aa0ecffbabd618c71e4ad94370fb8dffe6ee1c Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期日, 21 一月 2024 20:54:49 +0800 Subject: [PATCH] 优化 --- src/views/systemSetting/platform/mySetting/index.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/systemSetting/platform/mySetting/index.vue b/src/views/systemSetting/platform/mySetting/index.vue index 93ceaed..88b2c61 100644 --- a/src/views/systemSetting/platform/mySetting/index.vue +++ b/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> \ No newline at end of file -- Gitblit v1.8.0