4 changed files with 52 additions and 19 deletions
@ -1,20 +1,39 @@
|
||||
.list{ |
||||
margin-top: -10px; |
||||
max-height: 600px; |
||||
padding: 0 5px; |
||||
overflow: auto; |
||||
.item{ |
||||
display: flex; |
||||
border-bottom: 1px dotted #C7CAD0; |
||||
height: 50px; |
||||
line-height: 50px; |
||||
.text{ |
||||
flex: 1; |
||||
.list { |
||||
margin-top: -10px; |
||||
max-height: 600px; |
||||
padding: 0 5px; |
||||
overflow: auto; |
||||
|
||||
.item { |
||||
display: flex; |
||||
border-bottom: 1px dotted #C7CAD0; |
||||
margin-bottom: 10px; |
||||
.text { |
||||
flex: 1; |
||||
|
||||
.assistant { |
||||
|
||||
span { |
||||
color: #303133; |
||||
margin-right: 6px; |
||||
} |
||||
.state{ |
||||
span{ |
||||
margin-left: 8px; |
||||
} |
||||
|
||||
img { |
||||
width: 16px; |
||||
height: 16px; |
||||
vertical-align: text-bottom; |
||||
} |
||||
text-align: left; |
||||
white-space: nowrap; |
||||
overflow: hidden; |
||||
text-overflow: ellipsis; |
||||
} |
||||
} |
||||
|
||||
.state { |
||||
span { |
||||
margin-left: 8px; |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue