Browse Source

更新 'admin/page/web.py'

rabin 7 years ago
parent
commit
533da84e53
1 changed files with 2 additions and 0 deletions
  1. 2 0
      admin/page/web.py

+ 2 - 0
admin/page/web.py

@@ -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')