Browse Source

feat:修改样式bug

wangsisi 4 days ago
parent
commit
6a953645ee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/pageComponents/ArchivesFarmTimeLine.vue

+ 2 - 2
src/components/pageComponents/ArchivesFarmTimeLine.vue

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