| | |
| | | |
| | | |
| | | <link rel="stylesheet" href="../css/global.css" type="text/css" charset="utf-8" /> |
| | | <script type="text/javascript" src="../../js/global.js"></script> |
| | | |
| | | </head> |
| | | <body> |
| | |
| | | }, |
| | | // 顶部右图标下拉选择 |
| | | onSelect(action) { |
| | | vant.Toast(action.text); |
| | | if(action.text==='操作指导'){ |
| | | topPopoverClick('操作指导') |
| | | }else if(action.text==='成品追溯'){ |
| | | topPopoverClick('成品追溯') |
| | | }else if(action.text==='退出登录'){ |
| | | topPopoverClick('退出登录') |
| | | } |
| | | this.overlayShow = false |
| | | }, |
| | | } |
| | |
| | | } |
| | | |
| | | .body { |
| | | /* width: 96%; */ |
| | | height: 600px; |
| | | background-color: grey; |
| | | margin-top: 0px; |
| | | /* margin-left: 2%; */ |
| | | background-color: #fff; |
| | | position: relative; |
| | | /* display: flex; |
| | | justify-content: center; |
| | | align-items: flex-start; */ |
| | | |
| | | } |
| | | |
| | | .van-nav-bar__content { |
| | | background-color: #2651d8; |
| | | /* background-color: #25a4ff; */ |
| | | height: 44px; |
| | | } |
| | | |