sugar1569 2 лет назад
Родитель
Сommit
35b944f1e4

+ 1 - 1
template/admin/src/components/main/main.less

@@ -30,7 +30,7 @@
     padding: 0;
     height: 42px;
     background: #f0f0f0;
-    margin-bottom: 3px;
+    margin-bottom: 14px;
   }
   .content-wrapper {
     padding: 0 16px;

+ 1 - 1
template/admin/src/pages/division/agent/applyList.vue

@@ -341,7 +341,7 @@ export default {
 .left-wrapper {
   height: 904px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 1 - 1
template/admin/src/pages/division/agent/index.vue

@@ -398,7 +398,7 @@ export default {
 .left-wrapper {
   height: 904px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 1 - 1
template/admin/src/pages/division/list/index.vue

@@ -419,7 +419,7 @@ export default {
 .left-wrapper {
   height: 904px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 1 - 1
template/admin/src/pages/marketing/channelCode/channelCodeIndex.vue

@@ -600,7 +600,7 @@ export default {
 .left-wrapper {
   height: 904px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 1 - 1
template/admin/src/pages/marketing/recharge/index.vue

@@ -1076,7 +1076,7 @@ export default {
 .left-wrapper {
   min-width: 213px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 1 - 1
template/admin/src/pages/marketing/sign/index.vue

@@ -867,7 +867,7 @@ export default {
 .left-wrapper {
   min-width: 213px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 1 - 1
template/admin/src/pages/setting/devise/list.vue

@@ -613,7 +613,7 @@ export default {
 
 .left-wrapper {
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .picCon {

+ 1 - 1
template/admin/src/pages/setting/membershipLevel/index.vue

@@ -454,7 +454,7 @@ export default {
 .left-wrapper {
   height: 904px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 5 - 9
template/admin/src/pages/system/group/pc.vue

@@ -9,8 +9,8 @@
       </div>
     </div>
     <Card :bordered="false" dis-hover class="ivu-mt">
-      <Row class="ivu-mt box-wrapper">
-        <Col :xs="24" :sm="24" :md="6" :lg="3" class="left-wrapper">
+      <Row class="box-wrapper">
+        <Col :xs="24" :sm="24" :md="6" :lg="3">
           <div class="left_box">
             <div class="left_cont" :class="pageId == 1 ? 'on' : ''" @click="menu(1)">网站LOGO</div>
             <div class="left_cont" :class="pageId == 'pc_home_banner' ? 'on' : ''" @click="menu('pc_home_banner')">
@@ -477,7 +477,9 @@ export default {
 /deep/ .ivu-menu-vertical.ivu-menu-light:after {
   display: none;
 }
-
+.ivu-mt {
+  min-height: calc(100vh - 280px);
+}
 .nofonts {
   text-align: center;
   line-height: 137px;
@@ -622,12 +624,6 @@ export default {
   }
 }
 
-.left-wrapper {
-  // height 904px
-  background: #fff;
-  border-right: 1px solid #dcdee2;
-}
-
 .on {
   color: #1890ff;
   background-color: #f0faff;

+ 1 - 1
template/admin/src/pages/system/group/visualization.vue

@@ -1491,7 +1491,7 @@ export default {
 .left-wrapper {
   min-width: 213px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 1 - 1
template/admin/src/pages/user/label/index.vue

@@ -276,7 +276,7 @@ export default {
 .left-wrapper {
   height: 904px;
   background: #fff;
-  border-right: 1px solid #dcdee2;
+  border-right: 1px solid #f2f2f2;
 }
 
 .menu-item {

+ 17 - 1
template/admin/src/styles/style.css

@@ -514,9 +514,19 @@ body {
   padding: 7px 32px 0 32px;
 }
 .header-title {
-  padding: 10px 16px;
+  padding: 10px 20px;
   border-bottom: 1px solid #f2f2f2;
   margin-bottom: 10px;
+  border-radius:5px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+  -ms-flex-align: center;
+  align-items: center;
+  -webkit-box-pack: justify;
+  -ms-flex-pack: justify;
+  justify-content: space-between;
 }
 .ivu-page-header-title {
   display: inline-block;
@@ -527,6 +537,12 @@ body {
 .main .content-wrapper {
   padding-top: 0;
 }
+.left-wrapper{
+  height: calc(100vh - 120px);
+  background: #fff;
+  border-right: 1px solid #f2f2f2;
+
+}
 .ivu-tabs-bar {
   margin-bottom: 0;
 }