Explorar el Código

feat: 软件锁tag样式修改

outaozhen hace 5 años
padre
commit
6eb70f406c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/Product/Lock/Lockstore/index.jsx

+ 1 - 1
src/pages/Product/Lock/Lockstore/index.jsx

@@ -27,7 +27,7 @@ export const ProductLabel = ({ data }) => {
     <div>
       {newData.map((item, index) => (
         <span key={index} className="mr-5px">
-          <Tag color="#886ab5">{item}</Tag>
+          <Tag color="purple">{item}</Tag>
         </span>
       ))}
     </div>