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({})