🦄 refactor: 项目盈亏筛选样式优化
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<fad-collapse title="库存趋势分析">
|
||||
<!-- 标题右侧额外内容:日期选择器 -->
|
||||
<template #extra>
|
||||
<picker mode="date" fields="month" :value="selectedDate" @change="onDateChange">
|
||||
<picker @click.stop mode="date" fields="month" :value="selectedDate" @change="onDateChange">
|
||||
<view class="picker-view">
|
||||
<uni-icons type="calendar" size="20" color="#666" class="icon-margin"></uni-icons>
|
||||
<text>{{ selectedDate }}</text>
|
||||
|
||||
Reference in New Issue
Block a user