xbx #106

Merged
theluyuan merged 10 commits from xbx into master 2020-11-02 08:13:16 +00:00
Showing only changes of commit 5fceedfd1d - Show all commits

View File

@ -101,10 +101,15 @@
placeholder="请设置您的开始时间" placeholder="请设置您的开始时间"
/> --> /> -->
<a-date-picker <a-date-picker
class="datesel"
show-time show-time
format="YYYY-MM-DD HH:mm"
:value="form.dateline" :value="form.dateline"
@change="startchange" @change="startchange"
:placeholder="lan.$t('shezhikaishishijian')" :placeholder="lan.$t('shezhikaishishijian')"
:getCalendarContainer="
(triggerNode) => triggerNode.parentNode
"
/> />
</a-form-item> </a-form-item>
<a-form-item <a-form-item
@ -710,5 +715,13 @@ export default defineComponent({
} }
} }
} }
.datesel{
&::v-deep(.ant-calendar-time-picker-select){
width: 50% !important;
&:last-child{
display: none;
}
}
}
} }
</style> </style>