Explorar el Código

Merge pull request #1724 from visuddhinanda/agile

书名背景色灰色
visuddhinanda hace 2 años
padre
commit
dd3fe5c2f6
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      dashboard/src/components/corpus/TocPath.tsx
  2. 1 1
      rpc/tulip/tulip/README.md

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

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

+ 1 - 1
rpc/tulip/tulip/README.md

@@ -14,4 +14,4 @@ php dict_maker.php
 
 
 # 全文搜索内容数据更新
 # 全文搜索内容数据更新
 
 
-运行 `php content_download.php` 从 api 获取巴利语全文搜索数据。每次运行时间约 1 小时。
+运行 `php content_download.php` 从 api 获取巴利语全文搜索数据。运行时间约 1 小时。