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 @@ ...@@ -18,19 +18,19 @@
<div id="name_page" :style="{marginTop: marg_name + 'px' }" style="transition-duration: .4s;"> <div id="name_page" :style="{marginTop: marg_name + 'px' }" style="transition-duration: .4s;">
<p>{{page.Title}}</p> <p>{{page.Title}}</p>
</div> </div>
<div id="table_data"> <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> <table>
<thead>
<th>
<tr v-for="i in page.table">{{i.name}}</tr>
</th>
</thead>
<tbody> <tbody>
<td> <tr v-for="i in page.table">
<tr >1</tr> <td>{{i.name}}</td>
</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> </tbody>
</table> </table>
</div>
</div> </div>
<div id="footer_equipment"> <div id="footer_equipment">
<div> <div>
...@@ -140,7 +140,7 @@ export default { ...@@ -140,7 +140,7 @@ export default {
pronic_ed: 'зв. величина', pronic_ed: 'зв. величина',
}, },
{ {
name: '', name: 'МОЭК 19',
diam: '', diam: '',
diam_ed: '', diam_ed: '',
grad: '', grad: '',
...@@ -149,7 +149,7 @@ export default { ...@@ -149,7 +149,7 @@ export default {
pronic_ed: '', pronic_ed: '',
}, },
{ {
name: '', name: 'МОЭК 25',
diam: '', diam: '',
diam_ed: '', diam_ed: '',
grad: '', grad: '',
...@@ -158,7 +158,7 @@ export default { ...@@ -158,7 +158,7 @@ export default {
pronic_ed: '', pronic_ed: '',
}, },
{ {
name: '', name: 'МОЭК 30',
diam: '', diam: '',
diam_ed: '', diam_ed: '',
grad: '', grad: '',
...@@ -167,7 +167,7 @@ export default { ...@@ -167,7 +167,7 @@ export default {
pronic_ed: '', pronic_ed: '',
}, },
{ {
name: '', name: 'МОЭК 40',
diam: '', diam: '',
diam_ed: '', diam_ed: '',
grad: '', grad: '',
...@@ -176,7 +176,7 @@ export default { ...@@ -176,7 +176,7 @@ export default {
pronic_ed: '', pronic_ed: '',
}, },
{ {
name: '', name: 'МОЭК 50',
diam: '', diam: '',
diam_ed: '', diam_ed: '',
grad: '', grad: '',
...@@ -185,7 +185,7 @@ export default { ...@@ -185,7 +185,7 @@ export default {
pronic_ed: '', pronic_ed: '',
}, },
{ {
name: '', name: 'МОЭК 60',
diam: '', diam: '',
diam_ed: '', diam_ed: '',
grad: '', grad: '',
...@@ -311,8 +311,20 @@ export default { ...@@ -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{ #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