Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-18 23:38:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e5e6005e88b0c5986385bb3815bfa2c76004d0a
3e5e6005
1 parent
d0502f3d
docs(CollapsibleCalendar): 更新界面文本描述为"作业信息"和"切换日期"
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/components/ui/CollapsibleCalendar.vue
src/components/ui/CollapsibleCalendar.vue
View file @
3e5e600
<!--
* @Date: 2025-01-25 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-12-18 23:
28:38
* @LastEditTime: 2025-12-18 23:
38:02
* @FilePath: /mlaj/src/components/ui/CollapsibleCalendar.vue
* @Description: 可折叠日历组件
-->
...
...
@@ -29,7 +29,7 @@
<div class="calendar-date-display" @click="expandCalendar">
<div class="calendar-date-main">{{ formattedCurrentDate }}</div>
<div class="calendar-weekday">{{ formattedWeekday }}</div>
<div class="text-xs text-gray-500 mt-1 collapsible-text">
点击
切换日期</div>
<div class="text-xs text-gray-500 mt-1 collapsible-text">切换日期</div>
</div>
<!-- <div class="calendar-action">
<div class="calendar-action-text">指定日期</div>
...
...
@@ -49,7 +49,7 @@
</svg>
</div>
</div>
<div v-if="selectedSubtask" class="text-xs text-gray-500 mt-1 cursor-pointer hover:text-green-600 transition-colors collapsible-text" @click.stop="openRulesPopup">
点击查看打卡规则
</div>
<div v-if="selectedSubtask" class="text-xs text-gray-500 mt-1 cursor-pointer hover:text-green-600 transition-colors collapsible-text" @click.stop="openRulesPopup">
作业信息
</div>
</div>
</div>
</div>
...
...
@@ -104,7 +104,7 @@
:style="{ maxHeight: '50%' }"
>
<div class="p-4">
<div class="text-lg font-bold mb-4 text-center text-gray-800">
打卡规则
</div>
<div class="text-lg font-bold mb-4 text-center text-gray-800">
作业信息
</div>
<div class="details text-sm text-gray-600 pl-4 border-l-4 border-green-500" v-if="formattedRules">
<div class="mb-2">周期:{{ formattedRules.cycle }}</div>
<div class="mb-2">频次:{{ formattedRules.frequency }}</div>
...
...
Please
register
or
login
to post a comment