样式调整

menu_style
zhangdi 4 months ago
parent 7190911780
commit af3024964a
  1. 4
      src/page/index/sidebar/leftMenu.vue
  2. 2
      src/styles/theme/white.scss
  3. 2
      src/views/productionSchedulingPlan/productPlan.vue

@ -144,7 +144,7 @@ onMounted(() => {
overflow: hidden;
.first_menu {
width: 60px;
width: 65px;
background: url(@/assets/menu_bg.jpg) no-repeat center;
background-size: auto 100%;
min-height: 100%;
@ -153,11 +153,13 @@ onMounted(() => {
box-shadow: none;
border-radius: 0px 60px 0px 0px;
color: rgb(190, 194, 201);
background-position-x: 13%;
.first_menu_bg {
padding-top: 60px;
background: url(@/assets/menu_bg.svg) no-repeat center;
background-size: 100% 100%;
background-position-Y: 40%;
}
.menu_item {

@ -45,7 +45,7 @@
}
.el-dropdown {
color: #fff;
// color: #fff;
}
.avue-logo_title {

@ -91,7 +91,7 @@ export default {
editBtnIcon: 'aa',
labelWidth: 120,
searchLabelWidth: 100,
menuWidth: 250,
menuWidth: 300,
dialogWidth: 900,
dialogClickModal: false,
searchEnter: true,

Loading…
Cancel
Save