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> </a-tree-select>
</div> </div>
<div class="select fitems"> <div class="select fitems">
<a-range-picker
v-model:value="projectTime" <div class="select addTimeBox">
style="width:420px;" <div class="addTime">创建时间</div>
valueFormat="X" <a-range-picker
separator="至" v-model:value="projectTime"
:placeholder="[' 开始时间(创建时间)', ' 结束时间(创建时间)']" style="width:420px;"
/> valueFormat="X"
separator="至"
:placeholder="[' 开始时间', ' 结束时间']"
/>
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -5674,6 +5679,23 @@ export default defineComponent({
}); });
</script> </script>
<style lang="scss"> <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 { .aeLoading {
z-index: 10000; z-index: 10000;
} }