|
|
|
@ -110,13 +110,13 @@ export default class AtCalendarController extends React.Component<any, any> {
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{/* <Text className="controller__info"></Text> */}
|
|
|
|
{/* <Text className="controller__info"></Text> */}
|
|
|
|
{/* <Text>{dayjsDate.format(monthFormat)}</Text> */}
|
|
|
|
{/* <Text>{dayjsDate.format(monthFormat)}</Text> */}
|
|
|
|
<Text style={{ fontSize: "36rpx", fontWeight: "600" }}>
|
|
|
|
<Text style={{ fontSize: "32rpx", fontWeight: "600" }}>
|
|
|
|
{dayjsDate.format("YYYY.MM.DD")}
|
|
|
|
{dayjsDate.format("YYYY.MM.DD")}
|
|
|
|
</Text>
|
|
|
|
</Text>
|
|
|
|
<View style="margin-left: 34rpx;">
|
|
|
|
<View style="margin-left: 34rpx;">
|
|
|
|
<Image
|
|
|
|
<Image
|
|
|
|
src={require("../img/calendar.png")}
|
|
|
|
src={require("../img/calendar.png")}
|
|
|
|
style="width:34rpx;height:34rpx;"
|
|
|
|
style="width:28rpx;height:28rpx;"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</View>
|
|
|
|
</View>
|
|
|
|
</View>
|
|
|
|
</View>
|
|
|
|
|