chenlong 2 weeks ago
parent
commit
2480bbb37e
  1. 2
      Admin/View/Document/view_filter.php

2
Admin/View/Document/view_filter.php

@ -36,7 +36,7 @@ $el = El::double('div')->setId("filter")->append(
->setVAttrs('style', 'width: 300px;margin-left: 10px;') ->setVAttrs('style', 'width: 300px;margin-left: 10px;')
->render()->find('el-input'), ->render()->find('el-input'),
FormItem::select('showVersion') FormItem::select('showVersion')
->setVAttrs('style', 'margin-left: 10px;') ->setVAttrs('style', 'margin-left: 10px;width:192px')
->setOptionsVarName('ApiInfo.versionSelect') ->setOptionsVarName('ApiInfo.versionSelect')
->render()->find('el-select') ->render()->find('el-select')
); );

Loading…
Cancel
Save