@@ -51,6 +51,8 @@ class article_update_path(Load):
def get(self):
self.common(
path = '/web/article'
+ ,width = '800'
+ ,height = '700'
,label = (u'文章标题',u'文章分类',u'文章链接',u'文章图片',u'文章内容')
,update = ('name-input-required','category_id-select-required','link-input-','pic-pic-',u'content-editor--请输入内容')
,update_category_id = self.service('common').list('web_article_category')