提交 ffef3fbe authored 作者: 刘旭's avatar 刘旭

优化

上级 d58136a8
...@@ -25,5 +25,7 @@ page { ...@@ -25,5 +25,7 @@ page {
.uni-tabbar { .uni-tabbar {
max-width: 420px; max-width: 420px;
margin: 0 auto; margin: 0 auto;
border-left: #f6f6f6 solid 1px;
border-right: #f6f6f6 solid 1px;
} }
</style> </style>
...@@ -467,14 +467,20 @@ onShow(() => { ...@@ -467,14 +467,20 @@ onShow(() => {
.footer { .footer {
position: fixed; position: fixed;
bottom: var(--window-bottom); bottom: var(--window-bottom);
width: 100%; left: var(--window-bottom);
right: var(--window-bottom);
// width: 100%;
height: 100rpx; height: 100rpx;
background-color: #fff; background-color: #fff;
padding: 10rpx 40rpx; padding: 10rpx 40rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-bottom: 2rpx; // margin-bottom: 2rpx;
max-width: 420px;
margin: 0 auto;
border-left: #f6f6f6 solid 1px;
border-right: #f6f6f6 solid 1px;
// .left { // .left {
// height: 100%; // height: 100%;
......
...@@ -623,5 +623,7 @@ const initParts = (goodsId: number, productId: number) => { ...@@ -623,5 +623,7 @@ const initParts = (goodsId: number, productId: number) => {
:deep(.uni-tab__cart-box) { :deep(.uni-tab__cart-box) {
max-width: 420px; max-width: 420px;
margin: auto; margin: auto;
border-left: #f6f6f6 solid 1px;
border-right: #f6f6f6 solid 1px;
} }
</style> </style>
...@@ -320,6 +320,8 @@ onShow(() => { ...@@ -320,6 +320,8 @@ onShow(() => {
margin: 0 auto; margin: 0 auto;
line-height: 100rpx; line-height: 100rpx;
text-align: end; text-align: end;
border-left: #f6f6f6 solid 1px;
border-right: #f6f6f6 solid 1px;
} }
} }
</style> </style>
...@@ -512,7 +512,7 @@ let initQuotationDelivery = () => { ...@@ -512,7 +512,7 @@ let initQuotationDelivery = () => {
getQuotationDelivery().then((res: any) => { getQuotationDelivery().then((res: any) => {
if (res.data.code === 200) { if (res.data.code === 200) {
res.data.data.map((item: any) => { res.data.data.map((item: any) => {
paymentList.value.push({ deliveryList.value.push({
value: item.textValue, value: item.textValue,
label: item.textValue label: item.textValue
}) })
...@@ -527,7 +527,7 @@ let initQuotationPayment = () => { ...@@ -527,7 +527,7 @@ let initQuotationPayment = () => {
getQuotationPayment().then((res: any) => { getQuotationPayment().then((res: any) => {
if (res.data.code === 200) { if (res.data.code === 200) {
res.data.data.map((item: any) => { res.data.data.map((item: any) => {
deliveryList.value.push({ paymentList.value.push({
value: item.textValue, value: item.textValue,
label: item.textValue label: item.textValue
}) })
...@@ -611,9 +611,11 @@ let initQuotationPayment = () => { ...@@ -611,9 +611,11 @@ let initQuotationPayment = () => {
padding: 20rpx; padding: 20rpx;
z-index: 99; z-index: 99;
background-color: #fff; background-color: #fff;
border-top: 2rpx solid #f7f7f7;
max-width: 420px; max-width: 420px;
margin: 0 auto; margin: 0 auto;
border-top: 2rpx solid #f7f7f7;
border-left: #f6f6f6 solid 1px;
border-right: #f6f6f6 solid 1px;
.price { .price {
display: flex; display: flex;
......
...@@ -212,6 +212,8 @@ defineExpose({ ...@@ -212,6 +212,8 @@ defineExpose({
/* #endif */ /* #endif */
display: flex; display: flex;
flex-direction: column; flex-direction: column;
border-left: #f6f6f6 solid 1px;
border-right: #f6f6f6 solid 1px;
} }
.u-search-box { .u-search-box {
......
...@@ -120,7 +120,6 @@ onReady(() => { ...@@ -120,7 +120,6 @@ onReady(() => {
if (res.data.code === 200) specificationData.value = res.data.data if (res.data.code === 200) specificationData.value = res.data.data
}) })
handleEditProductLineData(res.data) handleEditProductLineData(res.data)
// console.log(res.data);
}) })
}) })
......
...@@ -827,6 +827,8 @@ $nav-heigth: var(--window-bottom); ...@@ -827,6 +827,8 @@ $nav-heigth: var(--window-bottom);
:deep(.uni-tab__cart-box) { :deep(.uni-tab__cart-box) {
max-width: 420px; max-width: 420px;
margin: auto; margin: auto;
border-left: #f6f6f6 solid 1px;
border-right: #f6f6f6 solid 1px;
} }
.u-wrap { .u-wrap {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论