浏览代码

Edit & delete button updated

master
JannekeDL 5 年前
父节点
当前提交
1ba4c583be
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      src/components/admin/property/propertyTypeList.vue

+ 4
- 4
src/components/admin/property/propertyTypeList.vue 查看文件

44
               <button
44
               <button
45
                 type="button"
45
                 type="button"
46
                 @click="Edit(item.id)"
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
               >Edit</button>
49
               >Edit</button>
50
             </td>
50
             </td>
51
             <td>
51
             <td>
52
               <button
52
               <button
53
                 type="button"
53
                 type="button"
54
                 @click="Delete(item.id)"
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
               >Delete</button>
57
               >Delete</button>
58
             </td>
58
             </td>
59
           </tr>
59
           </tr>

正在加载...
取消
保存