@@ -59,7 +59,13 @@
line-height: 60px;
}
.Edtop1rr2Txt {
+ width: calc(100% - 150px);
color: var(--txtColor);
+ text-align: center;
+
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
@@ -214,7 +214,9 @@ function EditTop({ rowArr, pageTxt, APIobj, fileUpInfo, moreDom }: Props) {
src={snaps[0].thumb || snaps[0].thumbPc}
srcBig={snaps[0].thumbPc || snaps[0].thumb}
/>
- <div className='Edtop1rr2Txt'>{snaps[0]?.num + ' - ' + snaps[0]?.name}</div>
+ <div className='Edtop1rr2Txt' title={snaps[0].num + ' - ' + snaps[0].name}>
+ {snaps[0].num + ' - ' + snaps[0].name}
+ </div>
<div>
<Button
type='text'