修改
This commit is contained in:
parent
861ce1e494
commit
e8054bdada
@ -1183,7 +1183,7 @@ export default {
|
||||
</script>
|
||||
<style>
|
||||
.text {
|
||||
width: 250px;
|
||||
width: 300px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding-left: 15px;
|
||||
@ -1191,6 +1191,14 @@ export default {
|
||||
border-radius: 4px;
|
||||
padding: 0 15px;
|
||||
color: black;
|
||||
text-overflow: -o-ellipsis-lastline;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
text-align: justify;
|
||||
}
|
||||
.texts {
|
||||
line-height: 20px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user