Parcourir la source

feat:dropdownlist下拉样式

ananzhusen il y a 8 mois
Parent
commit
65a5436bef
1 fichiers modifiés avec 20 ajouts et 0 suppressions
  1. 20 0
      src/services/defaults.ts

+ 20 - 0
src/services/defaults.ts

@@ -4108,6 +4108,26 @@ context.meta2d.translate(
                 label: '下拉列表',
                 type: 'code',
               },
+              {
+                key: 'dropdownBackground',
+                label: '下拉背景',
+                type: 'color',
+              },
+              {
+                key: 'dropdownColor',
+                label: '下拉颜色',
+                type: 'color',
+              },
+              {
+                key: 'dropdownHoverBackground',
+                label: '下拉悬停背景',
+                type: 'color',
+              },
+              {
+                key: 'dropdownHoverColor',
+                label: '下拉悬停颜色',
+                type: 'color',
+              },
             ]
           }
         },