This commit is contained in:
tix 2017-01-15 19:52:29 +08:00
parent 850f477feb
commit 7ec816632b
1 changed files with 9 additions and 6 deletions

View File

@ -7,9 +7,12 @@
<div class="tab-content"> <div class="tab-content">
<div id="home" class="tab-pane fade in active"> <div id="home" class="tab-pane fade in active">
<p class="ListParagraph" style="margin-left:21pt; text-indent:-21pt; line-height:150%; font-size:14pt"> <p class="ListParagraph" style="margin-left:21pt; text-indent:-21pt; line-height:150%; font-size:14pt">
<strong><span style="font-family:Arial; font-size:14pt; "><span <strong>
style="font-family:Wingdings"></span></strong></span><span <span style="font-family:Arial; font-size:14pt;">
style="font:7.0pt 'Times New Roman'">&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; </span><strong><span <span style="font-family:Wingdings"></span>
</span>
</strong>
<span style="font:7.0pt 'Times New Roman'">&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; </span><strong><span
style="font-family:黑体; font-size:14pt; ">常规气象要素监测</span></strong> style="font-family:黑体; font-size:14pt; ">常规气象要素监测</span></strong>
</p> </p>
<table cellspacing="0" cellpadding="0" style="border-collapse:collapse; margin-left:0pt"> <table cellspacing="0" cellpadding="0" style="border-collapse:collapse; margin-left:0pt">
@ -1821,15 +1824,15 @@
}, { }, {
field: 'longitude', field: 'longitude',
title: '经度', title: '经度',
class: 'mdzz' class: 'tc_100'
}, { }, {
field: 'latitude', field: 'latitude',
title: '纬度', title: '纬度',
class: 'mdzz' class: 'tc_100'
}, { }, {
field: 'altitude', field: 'altitude',
title: '海拔(米)', title: '海拔(米)',
class: 'mdzz' class: 'tc_100'
}] }]
}); });
</script> </script>