| | |
| | | <uni-transition :duration="duration" :mode-class="homeMode" :show="homeViewShow"> |
| | | <view class="home-view"> |
| | | <view class="head"> |
| | | <text>WCS</text> |
| | | <text>WCS-мониторинг склада</text> |
| | | </view> |
| | | <!-- 日历 --> |
| | | <view class="time-tools">{{calendar}}</view> |
| | |
| | | <view class="eject-mask" v-show="ejectShow"> |
| | | <view class="eject"> |
| | | <!-- 弹出title --> |
| | | <view class="eject-title">修改 / 配置</view> |
| | | <view class="eject-title">Редактировать / Настроить</view> |
| | | <!-- input --> |
| | | <scroll-view scroll-y class="eject-input"> |
| | | <view class="item"> |
| | |
| | | .head { |
| | | width: 100vw; |
| | | height: 11vh; |
| | | font-size: 4vw; |
| | | font-size: 3vw; |
| | | font-weight: 700; |
| | | display: flex; |
| | | align-items: center; |