refactor: #7123 change credit document
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
jcasado 2024-04-03 07:23:36 +02:00
parent f6ba5224e6
commit 09e1e4de19
5 changed files with 40 additions and 70 deletions

View File

@ -61,10 +61,10 @@ vn-searchbar {
}
vn-icon[icon="info"] {
position: absolute;
position: absolute;
top: 2px;
right: 2px
}
}
}
}
}

View File

@ -178,7 +178,7 @@ table {
margin-bottom: 15px
}
.column-oriented td,
.column-oriented td,
.column-oriented th {
padding: 10px
}
@ -252,10 +252,10 @@ table {
position: absolute;
text-align: center;
width: 100%;
}
.line span {
background-color: #FFF;
padding: 5px
}
}

View File

@ -16,7 +16,6 @@ p {
td > span {
width: 100%;
margin-bottom: 15px
}
.green-background {
@ -28,7 +27,7 @@ td > span {
}
.info-panel td, .info-panel th {
padding: 1em 1em;
padding: 1%;
}
.info-panel {
@ -37,20 +36,28 @@ td > span {
table {
width: 100%;
text-align: end;
}
th {
width: 30%;
}
td {
width: 20%;
}
.field {
float: none
td {
width: 10%;
}
.wide-rectangle {
background-color: rgb(64 64 68);
.field {
width: 100%;
float: none;
}
th > input {
float: none;
border: 0;
background-color: rgb(236, 236, 236);
width: 100%;
height: 3em;
}

View File

@ -9,17 +9,13 @@
<tr>
<td style="width: 70%; text-align: right; padding-right: 2em">{{$t('fields.date')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
<tr>
<td style="width: 70%; text-align: right; padding-right: 2em">{{$t('fields.importCredit')}}:
<td style="width: 70%; text-align: right;">{{$t('fields.importCredit')}}:
<th colspan="3">
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
</tbody>
@ -36,65 +32,47 @@
<tr>
<td>{{$t('fields.companyName')}}:</td>
<th colspan="3">
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
<tr>
<td>{{$t('fields.businessType')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
<td>{{$t('fields.antiquity')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
<tr>
<td>{{$t('fields.surface')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
<td>{{$t('fields.numberOfEmployees')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
<tr>
<td>{{$t('fields.owner')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
<td>{{$t('fields.phone')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
<tr>
<td>{{$t('fields.payer')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
<td>{{$t('fields.phone')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
</tbody>
@ -113,27 +91,15 @@
<table>
<tbody>
<tr class="row-oriented">
<td>{{$t('fields.previousSalesVolume')}}:</td>
<td>{{$t('fields.previousSellsVolume')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
<tr class="row-oriented">
<td>{{$t('fields.forecastedSalesVolume')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
</th>
</tr>
<tr class="row-oriented">
<td>{{$t('fields.forecastedPurchases')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
</tbody>
@ -150,15 +116,11 @@
<tr class="row-oriented" style="width: 100%">
<td>{{$t('fields.personFilling')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
<td>{{$t('fields.phone')}}:</td>
<th>
<div class="field wide-rectangle">
<span></span>
</div>
<input/>
</th>
</tr>
</tbody>

View File

@ -17,3 +17,4 @@ fields:
personFilling: Persona que rellena el formulario
companyInfo: Información general sobre la empresa
economicInfo: Información económica
previousSellsVolume: Volumen de ventas del año anterior