Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
ShareBuy template before and after Rivets
Créé
il y a 10 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
4 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
36 lignes
Copier tout
20 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
36 lignes
Copier tout
<div class="list">
<div class="list">
<label class="item item-input">
<label class="item item-input">
<span class="input-label">Ação</span>
<span class="input-label">Ação</span>
Copier
Copié
Copier
Copié
<input type="text" name="symbol"
>
<input type="text" name="symbol"
rv-value="model:symbol" rv-disabled="state.hasSymbol" event-name="blur"
>
</label>
</label>
<label class="item item-input">
<label class="item item-input">
<span class="input-label">Preço</span>
<span class="input-label">Preço</span>
Copier
Copié
Copier
Copié
<input type="number" step="any" name="price"
>
<input type="number" step="any" name="price"
rv-value="model:price | number"
>
</label>
</label>
<label class="item item-input">
<label class="item item-input">
<span class="input-label">Quantidade</span>
<span class="input-label">Quantidade</span>
Copier
Copié
Copier
Copié
<input type="number" step="any" name="quantity"
>
<input type="number" step="any" name="quantity"
rv-value="model:quantity | number"
>
</label>
</label>
<label class="item item-input">
<label class="item item-input">
<span class="input-label">Data</span>
<span class="input-label">Data</span>
Copier
Copié
Copier
Copié
<input type="date" name="date"
>
<input type="date" name="date"
rv-value="model:date"
>
</label>
</label>
</div>
</div>
<div class="list">
<div class="list">
Copier
Copié
Copier
Copié
<div class="item item-divider">
<div class="item item-divider">
Preço Médio
Preço Médio
</div>
</div>
<div class="item row">
<div class="item row">
<div class="col">
<div class="col">
Atual: <span class="current-mean-price"
>--</span>
Atual: <span class="current-mean-price"
rv-text="state.currentMeanPrice | formatCurrency"
>--</span>
</div>
</div>
<div class="col">
<div class="col">
Após: <span class="mean-price"
>--</span>
Após: <span class="mean-price"
rv-text="state.meanPrice | formatCurrency"
>--</span>
</div>
</div>
</div>
</div>
</div>
</div>
Copier
Copié
Copier
Copié
<button id="remove-buy" class="button button-block button-assertive"
>
<button id="remove-buy" class="button button-block button-assertive"
rv-show="state.isNew | negate"
>
Remover
Remover
</button>
</button>
Différences enregistrées
Texte d'origine
Ouvrir un fichier
<div class="list"> <label class="item item-input"> <span class="input-label">Ação</span> <input type="text" name="symbol"> </label> <label class="item item-input"> <span class="input-label">Preço</span> <input type="number" step="any" name="price"> </label> <label class="item item-input"> <span class="input-label">Quantidade</span> <input type="number" step="any" name="quantity"> </label> <label class="item item-input"> <span class="input-label">Data</span> <input type="date" name="date"> </label> </div> <div class="list"> <div class="item item-divider"> Preço Médio </div> <div class="item row"> <div class="col"> Atual: <span class="current-mean-price">--</span> </div> <div class="col"> Após: <span class="mean-price">--</span> </div> </div> </div> <button id="remove-buy" class="button button-block button-assertive"> Remover </button>
Texte modifié
Ouvrir un fichier
<div class="list"> <label class="item item-input"> <span class="input-label">Ação</span> <input type="text" name="symbol" rv-value="model:symbol" rv-disabled="state.hasSymbol" event-name="blur"> </label> <label class="item item-input"> <span class="input-label">Preço</span> <input type="number" step="any" name="price" rv-value="model:price | number"> </label> <label class="item item-input"> <span class="input-label">Quantidade</span> <input type="number" step="any" name="quantity" rv-value="model:quantity | number"> </label> <label class="item item-input"> <span class="input-label">Data</span> <input type="date" name="date" rv-value="model:date"> </label> </div> <div class="list"> <div class="item item-divider"> Preço Médio </div> <div class="item row"> <div class="col"> Atual: <span class="current-mean-price" rv-text="state.currentMeanPrice | formatCurrency">--</span> </div> <div class="col"> Após: <span class="mean-price" rv-text="state.meanPrice | formatCurrency">--</span> </div> </div> </div> <button id="remove-buy" class="button button-block button-assertive" rv-show="state.isNew | negate"> Remover </button>
Trouver la différence