Parcourir la source

Edit & delete button updated

master
JannekeDL il y a 5 ans
Parent
révision
1ba4c583be
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4
    4
      src/components/admin/property/propertyTypeList.vue

+ 4
- 4
src/components/admin/property/propertyTypeList.vue Voir le fichier

@@ -44,16 +44,16 @@
44 44
               <button
45 45
                 type="button"
46 46
                 @click="Edit(item.id)"
47
-                class="btn btn-b-n"
48
-                style="width: 85px; height:40px;"
47
+                class="btn"
48
+                style="margin:2px; color: #60CBEB"
49 49
               >Edit</button>
50 50
             </td>
51 51
             <td>
52 52
               <button
53 53
                 type="button"
54 54
                 @click="Delete(item.id)"
55
-                class="btn btn-b-n"
56
-                style="width: 85px; height:40px;"
55
+                class="btn"
56
+                style="margin:2px; color: #60CBEB"
57 57
               >Delete</button>
58 58
             </td>
59 59
           </tr>

Chargement…
Annuler
Enregistrer