This commit is contained in:
曹辉 2023-05-22 17:42:38 +08:00
parent 861ce1e494
commit e8054bdada

View File

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