Commit df904e81 authored by xiangzj's avatar xiangzj

UI优化

parent 92769af3
<template>
<view class="lists">
<view class="lists page">
<ContentLoadingMore class="contentMore" :list='list'>
<view class="cardbox">
<view class="cardContent" v-for="(item, index) in list" :key="item.PLNR">
......@@ -125,6 +125,9 @@ export default {
</script>
<style lang="scss">
.lists{
min-height: calc(100vh - 700rpx);
}
.selectSheet {
border-bottom: 1px solid #ccc;
}
......@@ -137,23 +140,17 @@ export default {
height: 330rpx !important;
}
}
.listTitle{
}
.contentMore {
margin: 20rpx;
}
page {
background: #f8f8f8;
padding: 20rpx;
}
.cardbox {
min-height: calc(100vh - 700rpx);
padding: 0rpx 20rpx;
margin-top: 20rpx;
// padding: 0rpx 20rpx;
}
.cardContent {
border-radius: 8px;
background: #fff;
margin-bottom: 20rpx;
}
.listItemTitle {
display: flex;
......
<template>
<view>
<view class="page">
<StickyNavBar>
<NavBar title="发货过账扫描"></NavBar>
<view class="btn">
......
<template>
<view>
<view class="page">
<StickyNavBar>
<NavBar title="生产发料"></NavBar>
<view class="headerTitle">
......
<template>
<view>
<view class="page">
<StickyNavBar>
<NavBar title="采购入库扫描"></NavBar>
<view class="btn">
......@@ -205,9 +205,7 @@ export default {
</script>
<style lang="scss" scoped>
page {
background: #f8f8f8;
}
.btn {
padding: 20rpx;
background: #fff;
......
<template>
<view class="lists">
<view class="lists page">
<StickyNavBar class="listTitle">
<NavBar title="销售拣货"></NavBar>
<!-- <view class="selectSheet">
......
......@@ -2,6 +2,9 @@ page {
color: $u-main-color;
font-size: 28rpx;
}
.page {
background: #f8f8f8;
}
/* start--去除webkit的默认样式--start */
.u-fix-ios-appearance {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment