Commit df904e81 authored by xiangzj's avatar xiangzj

UI优化

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