fix:统一cursor样式

This commit is contained in:
zyh
2023-07-24 15:02:07 +08:00
parent 53ee6537e0
commit 9cec0bb24a
2 changed files with 8 additions and 1 deletions

View File

@@ -528,6 +528,13 @@
line-height: 22px !important;
}
}
.nz-dropdown-icon{
line-height: 22px;
cursor: pointer;
i {
line-height: 22px;
}
}
.el-input__inner:focus, .el-cascader .el-input.is-focus .el-input__inner {
border-color: $--border-color-base-focus !important;
}

View File

@@ -174,7 +174,7 @@
right: 80px;
top: 40px;
z-index: 1;
cursor: default;
.date-range-panel-content-left {
padding-left: 10px;
display: flex;