Поправил размер шрифта в Резюме
This commit is contained in:
parent
30afd5eff8
commit
300f027a36
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="d-flex justify-end align-center">
|
||||
<v-table class="main-sheet-bg text-xl-h6 text-lg-body-1 text-md-body-1 text-sm-body-1 text-caption pl-5" :class="[this.isMore700 ? this.isWide ? 'w-25' : 'w-66' : 'w-100']" style="text-align: left">
|
||||
<v-table class="main-sheet-bg text-xxl-h6 text-xl-body-1 text-lg-body-1 text-md-body-1 text-sm-body-1 text-caption pl-5" :class="[this.isMore700 ? this.isWide ? 'w-25' : 'w-66' : 'w-100']" style="text-align: left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><v-icon :icon="`mdi-account`"></v-icon>Возраст</td>
|
||||
|
@ -38,7 +38,7 @@ export default {
|
|||
},
|
||||
windowHeight: document.documentElement.clientHeight,
|
||||
windowWidth: document.documentElement.clientWidth,
|
||||
isWide: window.innerWidth > 1750,
|
||||
isWide: window.innerWidth > 1920,
|
||||
isMore700: window.innerWidth > 700,
|
||||
tableClass: 'w-25'
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue