|
@@ -262,9 +262,13 @@ onPageScroll(({ scrollTop }: { scrollTop: number }) => {
|
|
</template>
|
|
</template>
|
|
</wd-radio-group>
|
|
</wd-radio-group>
|
|
<SectionHeading></SectionHeading>
|
|
<SectionHeading></SectionHeading>
|
|
- <div class="mt-[20px]">
|
|
|
|
|
|
+ <div class="mt-[10px]">
|
|
<wd-button block :round="false" @click="handleSubmit">确 认</wd-button>
|
|
<wd-button block :round="false" @click="handleSubmit">确 认</wd-button>
|
|
|
|
+ <!-- <wd-button block :round="true" @click="getOrders">重 置</wd-button> -->
|
|
</div>
|
|
</div>
|
|
|
|
+ <!-- <div class="mt-[10px]">
|
|
|
|
+ <wd-button block :round="false" @click="getOrders">重置</wd-button>
|
|
|
|
+ </div> -->
|
|
</view>
|
|
</view>
|
|
</wd-action-sheet>
|
|
</wd-action-sheet>
|
|
</template>
|
|
</template>
|
|
@@ -279,12 +283,12 @@ onPageScroll(({ scrollTop }: { scrollTop: number }) => {
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
> text {
|
|
> text {
|
|
- background-color: #f0f0f0;
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
+ display: inline-block;
|
|
width: 40%;
|
|
width: 40%;
|
|
- line-height: 30px;
|
|
|
|
padding-left: 10px;
|
|
padding-left: 10px;
|
|
- display: inline-block;
|
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
+ background-color: #f0f0f0;
|
|
|
|
+ border-radius: 4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|