This commit is contained in:
liushuai
2020-03-20 18:06:46 +08:00
10 changed files with 41 additions and 48 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'