@@ -454,7 +454,7 @@ const getTermStyle = (t, index) => {
position: "absolute",
top: `${top}px`,
left: 0,
- width: "32px",
+ width: "35px",
height: `${termHeight}px`, // 高度等分,使用实际测量的高度
display: "flex",
alignItems: "center",
@@ -1341,7 +1341,7 @@ watch(
.timeline-term {
position: absolute;
- width: 36px;
+ width: 34px;
display: flex;
align-items: flex-start;
flex-direction: column;