Browse Source

为四角信息添加图标

sw 1 month ago
parent
commit
b7f78f686b

BIN
src/assets/Icons/product/animal/base/module-process/theme-default/1x/ShowLabel_Show.png


BIN
src/assets/Icons/product/animal/base/module-process/theme-default/1x/ShowLabel_Show_disable.png


BIN
src/assets/Icons/product/animal/base/module-process/theme-default/1x/ShowLabel_Show_down.png


BIN
src/assets/Icons/product/animal/base/module-process/theme-default/1x/ShowLabel_Show_normal.png


BIN
src/assets/Icons/product/animal/base/module-process/theme-default/1x/ShowLabel_Show_over.png


+ 2 - 1
src/pages/view/components/MorePanel.tsx

@@ -38,6 +38,7 @@ const FunctionButton = ({
           theme="default"
           size="2x"
           state="normal"
+          productId='animal'
         />
       }
       style={{
@@ -165,7 +166,7 @@ const MorePanel = () => {
             <FunctionButton
               title="tag信息"
               action="tag信息"
-              iconName="RejectImage"
+              iconName="ShowLabel_Show"
               onClick={handleTagInfo}
             />
           </Flex>