Ver código fonte

feat:password

ananzhusen 11 meses atrás
pai
commit
c100c1407f
1 arquivos alterados com 15 adições e 0 exclusões
  1. 15 0
      src/services/defaults.ts

+ 15 - 0
src/services/defaults.ts

@@ -3430,6 +3430,21 @@ context.meta2d.translate(
           }
         },
       },
+      {
+        name: '密码输入框',
+        icon: 'l-wenbenshurukuang',
+        data: {
+          name: 'inputDom',
+          width: 200,
+          height: 32,
+          externElement: true,
+          prefix: false,
+          suffix: true,
+          inputType: 'password',
+          hiddenText: true,
+          suffixOff:true
+        },
+      },
       {
         name: '时间选择器',
         icon: 'l-shijianxuanzekuang',