Explorar o código

feat:dropdownlist下拉样式

ananzhusen hai 8 meses
pai
achega
65a5436bef
Modificáronse 1 ficheiros con 20 adicións e 0 borrados
  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',
+              },
             ]
           }
         },