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

View File

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