lanjianrong 5 년 전
부모
커밋
051dd45b49
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Customer/Test/index.jsx
  2. 4 0
      windi.config.js

+ 1 - 1
src/pages/Customer/Test/index.jsx

@@ -147,7 +147,7 @@ const Test = ({ natures, dispatch }) => {
         }}
       />
       <div>
-        <span className="text-red-50 text-4xl">11111</span>
+        <span className="text-x">11111</span>
       </div>
     </Card>
   )

+ 4 - 0
windi.config.js

@@ -0,0 +1,4 @@
+// windi.config.js
+import { defineConfig } from 'windicss/helpers'
+
+export default defineConfig({})