refactor: 适配多行文本
This commit is contained in:
parent
25684c211d
commit
be30ca9771
|
@ -93,7 +93,7 @@ export default ({
|
||||||
.line {
|
.line {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
height: 36px;
|
min-height: 36px;
|
||||||
}
|
}
|
||||||
.line:hover {
|
.line:hover {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
|
Loading…
Reference in New Issue