luoyifan %!s(int64=3) %!d(string=hai) anos
pai
achega
06ef31ecb7
Modificáronse 1 ficheiros con 12 adicións e 3 borrados
  1. 12 3
      src/Defaults.ts

+ 12 - 3
src/Defaults.ts

@@ -1,4 +1,4 @@
-const labelWidth = 70
+const labelWidth = 80
 
 export const windows = {
     modal: true,
@@ -72,8 +72,10 @@ export const radiogroup = {
 
 export const form = {
     margin: '5 5 0 0',
+    border: false,
     defaults: {
-        margin: '0 0 5 0'
+        margin: '0 0 5 0',
+        border: false,
     },
 }
 
@@ -125,7 +127,14 @@ export const tbseparator = {}
 
 export const button = {}
 
-export const fieldSet = {}
+export const fieldSet = {
+    margin: '5 5 0 0',
+    border: false,
+    defaults: {
+        margin: '0 0 5 0',
+        border: false,
+    },
+}
 
 export const panel = {}