@@ -144,6 +144,17 @@ return array
'update' => 'text',
),
+ 'text_width' => array
+ (
+ 'type' => 'varchar-11',
+ 'name' => '文字宽度',
+ 'default' => '',
+ 'desc' => '文字宽度',
+ 'match' => 'is_string',
+ 'update' => 'text',
+ 'show' => 'type=2',
+ ),
+
'width' => array
(
'type' => 'varchar-11',