This commit is contained in:
Vergil
2020-03-20 16:41:52 +08:00
parent ec37f87696
commit 5df2a41db0
2 changed files with 2 additions and 1 deletions

View File

@@ -291,6 +291,7 @@ export default {
<style rel="stylesheet/scss" lang="scss" scoped>
.navbar {
min-width: 1380px;
height: 50px;
line-height: 50px;
border-radius: 0px !important;

View File

@@ -71,7 +71,7 @@ export default {
document.getElementById('app-main').style.width = '1710px'
break
case 'CreatingPurchasingMaterials': // 外购备料
document.getElementById('app-main').style.width = '1950px'
document.getElementById('app-main').style.width = '1865px'
break
case 'RequestOutsourcingMaterials': // 外购备料请款
document.getElementById('app-main').style.width = '1710px'