mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
perf: 优化日期组件显示遮挡问题
This commit is contained in:
@@ -91,18 +91,22 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang='less' scoped>
|
<style lang='scss' scoped>
|
||||||
.datepicker{
|
.datepicker{
|
||||||
width: 233px;
|
width: 233px;
|
||||||
|
&>>> .el-range__icon {
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
&>>> .el-range-input {
|
||||||
|
width: 49%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.el-input__inner{
|
.el-input__inner{
|
||||||
border: 1px solid #dcdee2;
|
border: 1px solid #dcdee2;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
/*.el-date-editor ::v-deep .el-input__icon{*/
|
|
||||||
/* line-height: 28px;*/
|
|
||||||
/*}*/
|
|
||||||
.el-date-editor ::v-deep .el-range-separator{
|
.el-date-editor ::v-deep .el-range-separator{
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user