shuziren/job-seeker/miniprogram-2/miniprogram_npm/lin-ui/calendar/components/day/index.wxml

6 lines
279 B
Plaintext
Raw Normal View History

2024-02-29 08:06:26 +00:00
<wxs src="./index.wxs" module="computed"></wxs>
<view class="calendar-day-container {{ type }}" style="{{ computed.getDayStyle(type, color) }}">
<view class="top">{{ topInfo }}</view>
<view class="text">{{ text }}</view>
<view class="bottom">{{ bottomInfo }}</view>
</view>