订单相关修改提测

This commit is contained in:
GaoHao
2024-09-09 11:08:04 +08:00
parent c2ff506543
commit 2dbcdf4300
45 changed files with 1377 additions and 3506 deletions

View File

@@ -29,7 +29,7 @@
:key="index"
class="u-picker__view__column"
>
<text
<view
v-if="$u.test.array(item)"
class="u-picker__view__column__item u-line-1"
v-for="(item1, index1) in item"
@@ -39,7 +39,7 @@
lineHeight: $u.addUnit(itemHeight),
fontWeight: index1 === innerIndex[index] ? 'bold' : 'normal'
}"
>{{ getItemText(item1) }}</text>
>{{ getItemText(item1) }}</view>
</picker-view-column>
</picker-view>
<view
@@ -242,12 +242,13 @@ export default {
&__view {
&__column {
@include flex;
@include flex(column);
flex: 1;
justify-content: center;
// flex-direction: column;
&__item {
@include flex;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;