Browse Source

表头更改

noToken
安虹睿 2 years ago
parent
commit
771186052a
  1. BIN
      PC/InterFace.Dash/src/assets/img/menuLogo.png
  2. 8
      PC/InterFace.Dash/src/layout/components/Sidebar/Logo.vue
  3. 1
      PC/InterFace.Dash/src/views/interfaceBoard/AsnMstr.vue

BIN
PC/InterFace.Dash/src/assets/img/menuLogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 22 KiB

8
PC/InterFace.Dash/src/layout/components/Sidebar/Logo.vue

@ -25,7 +25,7 @@ export default {
}, },
data() { data() {
return { return {
title: '一汽富维东阳', title: '',
logo: logo logo: logo
} }
} }
@ -56,8 +56,8 @@ export default {
width: 100%; width: 100%;
& .sidebar-logo { & .sidebar-logo {
width: 61px; width: 140px;
height: 15px; // height: 15px;
vertical-align: middle; vertical-align: middle;
margin-right: 12px; margin-right: 12px;
} }
@ -77,7 +77,7 @@ export default {
&.collapse { &.collapse {
.sidebar-logo { .sidebar-logo {
width: 42px; width: 42px;
height: 10px; // height: 10px;
margin-right: 0px; margin-right: 0px;
} }
} }

1
PC/InterFace.Dash/src/views/interfaceBoard/AsnMstr.vue

@ -35,7 +35,6 @@
:DrawerLoading="Loading.DrawerLoading" :DrawerLoading="Loading.DrawerLoading"
:drawer="displayDialog.detailsDialog" :drawer="displayDialog.detailsDialog"
:propsData="propsData" :propsData="propsData"
:detailSearchDataFE="detailSearchDataFE"
:Butttondata="[]" :Butttondata="[]"
@drawerShut="(val) => (displayDialog.detailsDialog = val)" @drawerShut="(val) => (displayDialog.detailsDialog = val)"
@drawerbutton="drawerbutton" @drawerbutton="drawerbutton"

Loading…
Cancel
Save