style:面授管理时间搜索样式修改

This commit is contained in:
wyx
2022-12-10 20:21:48 +08:00
parent 10725d6e05
commit 400af51269

View File

@@ -70,13 +70,18 @@
</a-tree-select>
</div>
<div class="select fitems">
<a-range-picker
v-model:value="projectTime"
style="width:420px;"
valueFormat="X"
separator="至"
:placeholder="[' 开始时间(创建时间)', ' 结束时间(创建时间)']"
/>
<div class="select addTimeBox">
<div class="addTime">创建时间</div>
<a-range-picker
v-model:value="projectTime"
style="width:420px;"
valueFormat="X"
separator="至"
:placeholder="[' 开始时间', ' 结束时间']"
/>
</div>
</div>
</div>
</div>
@@ -5674,6 +5679,23 @@ export default defineComponent({
});
</script>
<style lang="scss">
.addTimeBox {
position: relative;
display: flex;
align-items: center;
.addTime {
position: absolute;
z-index: 10;
margin-left: 10px;
color: rgba(0, 0, 0, 0.4);
}
.ant-picker {
padding-left: 85px;
}
.ant-picker-range .ant-picker-active-bar {
margin-left: 85px;
}
}
.aeLoading {
z-index: 10000;
}