Commit 079aaf9d authored by Sergey Serov's avatar Sergey Serov

site and its English version #3(table update) obor

parent e2e42e81
......@@ -18,19 +18,19 @@
<div id="name_page" :style="{marginTop: marg_name + 'px' }" style="transition-duration: .4s;">
<p>{{page.Title}}</p>
</div>
<div id="table_data">
<table>
<thead>
<th>
<tr v-for="i in page.table">{{i.name}}</tr>
</th>
</thead>
<tbody>
<td>
<tr >1</tr>
</td>
</tbody>
</table>
<div id="table_data" class="row">
<div id="table_data_content" class="col-sm-12 col-md-12 col-lg-9 col-xl-9">
<table>
<tbody>
<tr v-for="i in page.table">
<td>{{i.name}}</td>
<td><p>{{i.diam}}<br>{{i.diam_ed}}</p></td>
<td><p>{{i.grad}}<br>{{i.grad_ed}}</p></td>
<td><p>{{i.pronic}}<br>{{i.pronic_ed}}</p></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="footer_equipment">
<div>
......@@ -135,12 +135,12 @@ export default {
diam: 'Линейный диаметр поля зрения объектива',
diam_ed: 'град./мм',
grad: 'Эффективный угловой размер поля зрения по сенсору ФПУ',
grad_ed: 'град.',
grad_ed: 'град.',
pronic: 'Ожидаемое проницание не хуже',
pronic_ed: 'зв. величина',
},
{
name: '',
name: 'МОЭК 19',
diam: '',
diam_ed: '',
grad: '',
......@@ -149,7 +149,7 @@ export default {
pronic_ed: '',
},
{
name: '',
name: 'МОЭК 25',
diam: '',
diam_ed: '',
grad: '',
......@@ -158,7 +158,7 @@ export default {
pronic_ed: '',
},
{
name: '',
name: 'МОЭК 30',
diam: '',
diam_ed: '',
grad: '',
......@@ -167,7 +167,7 @@ export default {
pronic_ed: '',
},
{
name: '',
name: 'МОЭК 40',
diam: '',
diam_ed: '',
grad: '',
......@@ -176,7 +176,7 @@ export default {
pronic_ed: '',
},
{
name: '',
name: 'МОЭК 50',
diam: '',
diam_ed: '',
grad: '',
......@@ -185,7 +185,7 @@ export default {
pronic_ed: '',
},
{
name: '',
name: 'МОЭК 60',
diam: '',
diam_ed: '',
grad: '',
......@@ -311,8 +311,20 @@ export default {
}
#equipment #table_data{
color: red;
}
#equipment #table_data #table_data_content{
margin: 0 auto;
}
#equipment #table_data table{
/* width: 100%; */
margin: 0 auto;
}
#equipment #table_data td{
border: 1px black solid;
background-color: aqua;
}
#equipment #footer_equipment{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment