入库-库存情况左
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<header>
|
<header>
|
||||||
<div class="exit_btn" :style="expand ? {opacity: 1} : {opacity: 0.1}">
|
<!-- <div class="exit_btn" :style="expand ? {opacity: 1} : {opacity: 0.1}">
|
||||||
<div class="exit_txt" @click="$router.push('/setup')" :style="expand ? {width: '70px'} : {width: '0px'}">退出</div>
|
<div class="exit_txt" @click="$router.push('/setup')" :style="expand ? {width: '70px'} : {width: '0px'}">退出</div>
|
||||||
<div class="exit_arrow" v-text="!expand ? '>>' : '<<'" @click.stop="expand = !expand"></div>
|
<div class="exit_arrow" v-text="!expand ? '>>' : '<<'" @click.stop="expand = !expand"></div>
|
||||||
</div>
|
</div> -->
|
||||||
<p>{{title}}</p>
|
<p>{{title}}</p>
|
||||||
<div class="data_box clearfix">
|
<div class="data_box clearfix">
|
||||||
<div class="date_item date">{{date}}</div>
|
<div class="date_item date">{{date}}</div>
|
||||||
|
|||||||
@@ -46,6 +46,22 @@ export const rk = () => {
|
|||||||
{
|
{
|
||||||
'number': '1',
|
'number': '1',
|
||||||
'name': '220100042'
|
'name': '220100042'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'number': '2',
|
||||||
|
'name': '220100043'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'number': '1',
|
||||||
|
'name': '220100042'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'number': '2',
|
||||||
|
'name': '220100043'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'number': '6',
|
||||||
|
'name': '220100043'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ export default {
|
|||||||
timer1: null,
|
timer1: null,
|
||||||
timer2: null,
|
timer2: null,
|
||||||
step: 0.4, // 数值越大速度滚动越快
|
step: 0.4, // 数值越大速度滚动越快
|
||||||
limitMoveNum: 8, // 开始无缝滚动的数据量 this.dataList.length
|
limitMoveNum: 6, // 开始无缝滚动的数据量 this.dataList.length
|
||||||
hoverStop: true, // 是否开启鼠标悬停stop
|
hoverStop: true, // 是否开启鼠标悬停stop
|
||||||
direction: 1, // 0向下 1向上 2向左 3向右
|
direction: 1, // 0向下 1向上 2向左 3向右
|
||||||
openWatch: true, // 开启数据实时监控刷新dom
|
openWatch: true, // 开启数据实时监控刷新dom
|
||||||
@@ -498,6 +498,8 @@ export default {
|
|||||||
&:first-child
|
&:first-child
|
||||||
margin-right 30px
|
margin-right 30px
|
||||||
.three_w_item
|
.three_w_item
|
||||||
|
height 130px
|
||||||
|
overflow hidden
|
||||||
.scroll-ul_1
|
.scroll-ul_1
|
||||||
li
|
li
|
||||||
line-height 26px
|
line-height 26px
|
||||||
|
|||||||
Reference in New Issue
Block a user