Skip to content

Commit d4c9979

Browse files
committed
Update earn page
1 parent 0aaae50 commit d4c9979

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

components/earn/Table.vue

+14-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
<div class="container2">
33
<h1>Pooling</h1>
44
<table class="tableearn">
5+
<col style="width: 20%" />
6+
<col style="width: 20%" />
7+
<col style="width: 20%" />
8+
<col style="width: 20%" />
9+
<col style="width: 20%" />
510
<thead>
611
<tr>
7-
<th class="cell">Stake</th>
12+
<th class="cell"></th>
813
<th class="cell"></th>
914
<th class="cell">Lockup</th>
1015
<th class="cell">TVL</th>
@@ -50,9 +55,14 @@
5055
<br />
5156
<h1>Stake</h1>
5257
<table class="tableearn">
58+
<col style="width: 20%" />
59+
<col style="width: 20%" />
60+
<col style="width: 20%" />
61+
<col style="width: 20%" />
62+
<col style="width: 20%" />
5363
<thead>
5464
<tr>
55-
<th class="cell index">Stake</th>
65+
<th class="cell index"></th>
5666
<th class="cell"></th>
5767
<th class="cell">Lockup</th>
5868
<th class="cell">TVL</th>
@@ -76,7 +86,7 @@
7686
<i class="material-icons">help</i>
7787
</nuxt-link> -->
7888
</td>
79-
<td class="cell">
89+
<td class="cell noel">
8090
<nuxt-link to="/validators" class="li-session">
8191
<CommonButton value="Start earning" />
8292
</nuxt-link>
@@ -190,7 +200,7 @@ export default {
190200
}
191201
192202
.tableearn {
193-
table-layout: auto;
203+
table-layout: fixed;
194204
min-width: 100%;
195205
border-radius: 30px;
196206
border-collapse: separate;

0 commit comments

Comments
 (0)