调整部分bug
This commit is contained in:
@@ -791,7 +791,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
.el-cascader{
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
|
||||
.ant-select-selection-placeholder{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
>input{
|
||||
height: 6rem !important;
|
||||
@@ -838,8 +841,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
.ant-select-selector{
|
||||
.ant-select-selection-item{
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
// display: flex;
|
||||
display: inline-block;
|
||||
// align-items: center;
|
||||
//文字超出隐藏
|
||||
overflow: hidden;
|
||||
line-height: 2.7rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user