diff --git a/src/components/drawers/AddActive.vue b/src/components/drawers/AddActive.vue index c945a727..01a2a55f 100644 --- a/src/components/drawers/AddActive.vue +++ b/src/components/drawers/AddActive.vue @@ -7,7 +7,7 @@
{{ taskIndex >= 0 ? "编辑" : "添加" }}活动
+ @click="closeDrawer" />
@@ -20,7 +20,7 @@
+ placeholder="请输入活动名称" maxlength="20" />
@@ -33,8 +33,8 @@
+ style="width: 400px; height: 40px; border-radius: 8px" v-model:value="dateTime" @change="timeChange" + :placeholder="[' 开始时间', ' 结束时间']" />