Explorar el Código

:art: 多选文字颜色

visuddhinanda hace 2 años
padre
commit
fdb1b49b5c
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      dashboard/src/components/corpus/BookTree.tsx

+ 5 - 3
dashboard/src/components/corpus/BookTree.tsx

@@ -114,9 +114,11 @@ const BookTreeWidget = ({
         </Button>
         {multiSelectable ? (
           <Space>
-            {intl.formatMessage({
-              id: "buttons.multiple.select",
-            })}
+            <Text>
+              {intl.formatMessage({
+                id: "buttons.multiple.select",
+              })}
+            </Text>
             <Switch
               size="small"
               defaultChecked={multiSelect}