소스 검색

书名背景色灰色

visuddhinanda 2 년 전
부모
커밋
2e79e298f9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      dashboard/src/components/corpus/TocPath.tsx

+ 2 - 2
dashboard/src/components/corpus/TocPath.tsx

@@ -96,8 +96,8 @@ const TocPathWidget = ({
                   style={
                     item.level === 0
                       ? {
-                          padding: 4,
-                          backgroundColor: "#92880052",
+                          padding: "0 4px",
+                          backgroundColor: "rgba(128, 128, 128, 0.2)",
                           borderRadius: 4,
                         }
                       : undefined