feat: 增加使用日期组件

This commit is contained in:
2026-03-13 00:06:32 +08:00
parent dde9b037fe
commit 8c3f04b44a
7 changed files with 179 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="stepper-wrapper border-box flex flex-items-center rounded-8">
<uni-icons type="minus" size="24" color="#D1D1D1" @click="decrease" />
<text class="stepper-text text-center font-size-14 font-500 color-000">
<text class="stepper-text text-center font-size-14 font-500 color-000 ml-4 mr-4">
{{ value }} {{ unit }}
</text>
<uni-icons type="plus" size="24" color="#198CFF" @click="increase" />