Browse Source

表头更改

noToken
安虹睿 1 year 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() {
return {
title: '一汽富维东阳',
title: '',
logo: logo
}
}
@ -56,8 +56,8 @@ export default {
width: 100%;
& .sidebar-logo {
width: 61px;
height: 15px;
width: 140px;
// height: 15px;
vertical-align: middle;
margin-right: 12px;
}
@ -77,7 +77,7 @@ export default {
&.collapse {
.sidebar-logo {
width: 42px;
height: 10px;
// height: 10px;
margin-right: 0px;
}
}

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

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

Loading…
Cancel
Save