George Williams 5 years ago
parent
commit
f9cbdb25be
1 changed files with 9 additions and 6 deletions
  1. 9
    6
      src/components/timeshare/sell/sellPage.vue

+ 9
- 6
src/components/timeshare/sell/sellPage.vue View File

@@ -344,14 +344,15 @@
344 344
             <div class="col-md-4">
345 345
               <div class="input-group mb-3">
346 346
                 <div class="input-group-prepend">
347
-                  <span class="input-group-text">R</span>
347
+                  <span class="input-group-text" style="color: #60CBEB">
348
+                    <b>R</b>
349
+                  </span>
348 350
                 </div>
349 351
                 <input
350 352
                   class="form-control"
351 353
                   type="number"
352 354
                   step="any"
353 355
                   name="purchasePrice"
354
-                  placeholder="R"
355 356
                   v-model="sellItem.originalPurchasePrice"
356 357
                 />
357 358
               </div>
@@ -395,14 +396,15 @@
395 396
             <div class="col-md-4">
396 397
               <div class="input-group mb-3">
397 398
                 <div class="input-group-prepend">
398
-                  <span class="input-group-text">R</span>
399
+                  <span class="input-group-text" style="color: #60CBEB">
400
+                    <b>R</b>
401
+                  </span>
399 402
                 </div>
400 403
                 <input
401 404
                   class="form-control"
402 405
                   type="number"
403 406
                   step="any"
404 407
                   name="sellingPrice"
405
-                  placeholder="R"
406 408
                   v-model="sellItem.sellingPrice"
407 409
                 />
408 410
               </div>
@@ -420,14 +422,15 @@
420 422
             <div class="col-md-4">
421 423
               <div class="input-group mb-3">
422 424
                 <div class="input-group-prepend">
423
-                  <span class="input-group-text">R</span>
425
+                  <span class="input-group-text" style="color: #60CBEB">
426
+                    <b>R</b>
427
+                  </span>
424 428
                 </div>
425 429
                 <input
426 430
                   class="form-control"
427 431
                   type="number"
428 432
                   step="any"
429 433
                   name="commission"
430
-                  placeholder="R"
431 434
                   v-model="sellItem.agentCommission"
432 435
                 />
433 436
               </div>

Loading…
Cancel
Save