@@ -66,6 +66,7 @@ const toGongyi = (item) => {
align-items: center;
color: rgba(65, 91, 115, 1);
cursor: pointer;
+ font-size: 1.4rem;
>span {
flex: 1;
@@ -81,6 +81,7 @@ defineProps({
display: flex;
flex-direction: column;
+ overflow: hidden;
.cicle {
height: 5.2rem;
@@ -99,6 +100,11 @@ defineProps({
font-size: 1.2rem;
line-height: 1.8rem;
color: #466993;
+ width: 100%;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ text-align: center;
}