This commit is contained in:
liuye
2024-08-15 08:50:07 +08:00
parent d46c73777e
commit bd702517fd
2 changed files with 3 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
<u-gap height="16"></u-gap> <u-gap height="16"></u-gap>
<textarea maxlength="1000" v-model.trim="form.taskDescription" placeholder="请输入任务内容限1000字"/> <textarea maxlength="1000" v-model.trim="form.taskDescription" placeholder="请输入任务内容限1000字"/>
</div> </div>
<div class="card flex"> <div class="card flex border-r">
<div class="left"> <div class="left">
<em>*</em>截止日期 <em>*</em>截止日期
</div> </div>
@@ -279,8 +279,8 @@
} }
.placeholder { .placeholder {
font-size: 28px; font-size: 26px;
color: #999999; color: #999;
} }
.arrow { .arrow {

View File

@@ -126,8 +126,6 @@
</template> </template>
<script> <script>
import {mapActions} from "vuex";
export default { export default {
name: "detail", name: "detail",
customNavigation: true, customNavigation: true,