样式
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<header><span class="fxcol">首页</span></header>
|
<header><span class="fxcol">首页</span></header>
|
||||||
<section class="content" style="margin-bottom: 0">
|
<section class="content mgt86">
|
||||||
<div class="userInfo">
|
<div class="userInfo">
|
||||||
<div class="fxcol">
|
<div class="fxcol">
|
||||||
<p class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).nickName : ''}}</p>
|
<p class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).nickName : ''}}</p>
|
||||||
@@ -56,7 +56,7 @@ export default {
|
|||||||
tab: Number(this.$store.getters.navTab),
|
tab: Number(this.$store.getters.navTab),
|
||||||
menuList: {
|
menuList: {
|
||||||
menu1: [{title: '指令管理', path: 'zlmanage', icon: 'RF1'}, {title: '任务管理', path: 'taskmanage', icon: 'RF2'}, {title: '不合格品上报', path: 'belowgradereport', icon: 'RF3'}, {title: '送料', path: 'sendmater', icon: 'RF4'}, {title: '叫料', path: 'callmater', icon: 'RF5'}, {title: '送空', path: 'sendempty', icon: 'RF6'}, {title: '叫空', path: 'callempty', icon: 'RF7'}, {title: '困料管理', path: 'KunliaoManage', icon: 'RF8'}, {title: '入窑管理', path: 'RuyaoManage', icon: 'RF9'}, {title: '载具绑定', path: 'VehicleBind', icon: 'RF10'}, {title: '载具解绑', path: 'VehicleUnbind', icon: 'RF11'}, {title: '呼叫次品料', path: 'CallDefective', icon: 'RF12'}, {title: 'AGV充电', path: 'CreateChargingTask', icon: 'RF13'}],
|
menu1: [{title: '指令管理', path: 'zlmanage', icon: 'RF1'}, {title: '任务管理', path: 'taskmanage', icon: 'RF2'}, {title: '不合格品上报', path: 'belowgradereport', icon: 'RF3'}, {title: '送料', path: 'sendmater', icon: 'RF4'}, {title: '叫料', path: 'callmater', icon: 'RF5'}, {title: '送空', path: 'sendempty', icon: 'RF6'}, {title: '叫空', path: 'callempty', icon: 'RF7'}, {title: '困料管理', path: 'KunliaoManage', icon: 'RF8'}, {title: '入窑管理', path: 'RuyaoManage', icon: 'RF9'}, {title: '载具绑定', path: 'VehicleBind', icon: 'RF10'}, {title: '载具解绑', path: 'VehicleUnbind', icon: 'RF11'}, {title: '呼叫次品料', path: 'CallDefective', icon: 'RF12'}, {title: 'AGV充电', path: 'CreateChargingTask', icon: 'RF13'}],
|
||||||
menu2: [{title: '人工异常处理', path: 'ExceptionHand', icon: 'RF14'}, {title: '人工混碾搬运', path: 'MixMove', icon: 'RF15'}, {title: '压机料盅转移', path: 'LzTransfer', icon: 'RF16'}, {title: '上料', path: 'Suppress', icon: 'RF8'}, {title: '下料', path: 'SuppressDown', icon: 'RF9'}, {title: '人工出窑', path: 'KilnOut', icon: 'RF4'}, {title: '载具转移', path: 'KilnMove', icon: 'RF17'}, {title: '料盅退料', path: 'MaterReturn', icon: 'RF6'}, {title: '取样计数', path: 'SamplingCount', icon: 'RF1'}]
|
menu2: [{title: '人工异常处理', path: 'ExceptionHand', icon: 'RF14'}, {title: '人工混碾搬运', path: 'MixMove', icon: 'RF15'}, {title: '压机料盅转移', path: 'LzTransfer', icon: 'RF16'}, {title: '人工压制上料', path: 'Suppress', icon: 'RF8'}, {title: '人工压制下料', path: 'SuppressDown', icon: 'RF9'}, {title: '人工出窑', path: 'KilnOut', icon: 'RF4'}, {title: '载具转移', path: 'KilnMove', icon: 'RF17'}, {title: '料盅退料', path: 'MaterReturn', icon: 'RF6'}, {title: '取样计数', path: 'SamplingCount', icon: 'RF1'}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="不合格品上报"></nav-bar>
|
<nav-bar title="不合格品上报"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">设备</div>
|
<div class="filter-label txtjustify">设备</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="呼叫次品料"></nav-bar>
|
<nav-bar title="呼叫次品料"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">设备</div>
|
<div class="filter-label txtjustify">设备</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="叫空"></nav-bar>
|
<nav-bar title="叫空"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">区域</div>
|
<div class="filter-label txtjustify">区域</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="叫料"></nav-bar>
|
<nav-bar title="叫料"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">区域</div>
|
<div class="filter-label txtjustify">区域</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="AGV充电"></nav-bar>
|
<nav-bar title="AGV充电"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
</section>
|
</section>
|
||||||
<section class="submit-bar">
|
<section class="submit-bar">
|
||||||
<button class="btn submit-button" :disabled="disabled1" @click="_createChargingTask('1')">1号车充电</button>
|
<button class="btn submit-button" :disabled="disabled1" @click="_createChargingTask('1')">1号车充电</button>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="困料管理"></nav-bar>
|
<nav-bar title="困料管理"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<search-box
|
<search-box
|
||||||
label="载具"
|
label="载具"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="入窑管理"></nav-bar>
|
<nav-bar title="入窑管理"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<search-box
|
<search-box
|
||||||
label="载具"
|
label="载具"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="送空"></nav-bar>
|
<nav-bar title="送空"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">区域</div>
|
<div class="filter-label txtjustify">区域</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="送料"></nav-bar>
|
<nav-bar title="送料"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">区域</div>
|
<div class="filter-label txtjustify">区域</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="载具绑定"></nav-bar>
|
<nav-bar title="载具绑定"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">区域</div>
|
<div class="filter-label txtjustify">区域</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="载具解绑"></nav-bar>
|
<nav-bar title="载具解绑"></nav-bar>
|
||||||
<section class="content mgt186">
|
<section class="content mgt86">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">区域</div>
|
<div class="filter-label txtjustify">区域</div>
|
||||||
|
|||||||
@@ -87,6 +87,9 @@ html,body
|
|||||||
.mgt15
|
.mgt15
|
||||||
margin-top: .15rem !important
|
margin-top: .15rem !important
|
||||||
|
|
||||||
|
.mgt86
|
||||||
|
margin-top 0.86rem !important
|
||||||
|
|
||||||
.mgl20
|
.mgl20
|
||||||
margin-left: .2rem !important
|
margin-left: .2rem !important
|
||||||
|
|
||||||
@@ -220,7 +223,10 @@ html,body
|
|||||||
|
|
||||||
/** 公共样式 **/
|
/** 公共样式 **/
|
||||||
header
|
header
|
||||||
|
position fixed
|
||||||
|
top 0
|
||||||
_fj()
|
_fj()
|
||||||
|
width 100%
|
||||||
height .86rem
|
height .86rem
|
||||||
padding 0 .24rem
|
padding 0 .24rem
|
||||||
background: $red
|
background: $red
|
||||||
|
|||||||
Reference in New Issue
Block a user