소스 검색

Edit & Delete button amended

master
JannekeDL 5 년 전
부모
커밋
5a2ac0a976
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      src/components/admin/property/userDefinedGroupPage.vue

+ 4
- 4
src/components/admin/property/userDefinedGroupPage.vue 파일 보기

@@ -120,16 +120,16 @@
120 120
                 <button
121 121
                   type="button"
122 122
                   @click="Edit(item)"
123
-                  class="btn btn-b-n"
124
-                  style="width: 85px; height:40px;"
123
+                  class="btn"
124
+                  style="margin:2px; color: #60CBEB"
125 125
                 >Edit</button>
126 126
               </td>
127 127
               <td>
128 128
                 <button
129 129
                   type="button"
130 130
                   @click="Delete(item)"
131
-                  class="btn btn-b-n"
132
-                  style="width: 85px; height:40px;"
131
+                  class="btn"
132
+                  style="margin:2px; color: #60CBEB"
133 133
                 >Delete</button>
134 134
               </td>
135 135
             </tr>

Loading…
취소
저장