refactor: 适配多行文本

This commit is contained in:
maxmon 2023-04-13 23:27:57 +08:00
parent 25684c211d
commit be30ca9771
1 changed files with 1 additions and 1 deletions

View File

@ -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;