| | |
| | | </view> |
| | | <!-- 日历 --> |
| | | <view class="time-tools">{{calendar}}</view> |
| | | <view class="version">当前版本:{{version}}</view> |
| | | <view class="version">V:{{version}}</view> |
| | | <view class="button-left" @click="ejected()"></view> |
| | | <view class="button-right" @click="ejected()"></view> |
| | | <!-- 主视图 --> |
| | |
| | | </y-box> |
| | | </view> |
| | | <view style="height: 2%;"></view> |
| | | <view style="height: 18%;"> |
| | | <y-box> |
| | | <view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;"> |
| | | 智能大屏显示系统 |
| | | </view> |
| | | </y-box> |
| | | <view style="height: 18%;display: flex;justify-content: space-around;align-items: center;"> |
| | | <!-- <view style="font-size: 4vh"> |
| | | 自动仓库WCS监控平台 |
| | | </view> --> |
| | | <view style="height: 50%;"> |
| | | <image style="height: 100%;" src="../../static/img/logo-bai.png" mode="aspectFit"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | } |
| | | .version{ |
| | | position: absolute; |
| | | left: 2%; |
| | | top: 2%; |
| | | left: 1%; |
| | | top: 1%; |
| | | font-size:1vw; |
| | | transform: scale(0.8); |
| | | } |