Browse Source

Merge branch 'dev2.7.4' into release

lianbingjie 6 years ago
parent
commit
a1671af048
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/templates/pc/dataExport_sieve.html

+ 1 - 1
src/web/templates/pc/dataExport_sieve.html

@@ -392,7 +392,7 @@
 			  {{range $k,$v := $s}}
 			  {{range $k,$v := $s}}
     			{{if $v.s_pic}}
     			{{if $v.s_pic}}
     				{{if $v.s_link}}<a href="{{$v.s_link}}" target="_blank"/>{{end}}
     				{{if $v.s_link}}<a href="{{$v.s_link}}" target="_blank"/>{{end}}
-    				<img src="{{$v.s_pic}}">
+    				<img src="{{$v.s_pic}}" style="width:1200px;height:125px">
     				{{if $v.s_link}}</a>{{end}}
     				{{if $v.s_link}}</a>{{end}}
     			  {{else}}
     			  {{else}}
     			{{Html $v.s_script}}
     			{{Html $v.s_script}}