lilei 3 tahun lalu
induk
melakukan
d9b0c35d25
1 mengubah file dengan 0 tambahan dan 21 penghapusan
  1. 0 21
      src/views/power/role/roleList.vue

+ 0 - 21
src/views/power/role/roleList.vue

@@ -27,7 +27,6 @@
         </a-row>
       </a-form>
     </div>
-    <a-divider />
     <div class="table-operator">
       <a-button type="primary" icon="plus" @click="openModal" id="roleList-openModal">新增</a-button>
     </div>
@@ -241,25 +240,5 @@ export default {
 }
 </script>
 <style scoped>
-	.table-page-search-wrapper .ant-form-inline .ant-form-item {
-		margin-bottom: 0;
-	}
 
-	.action-button {
-		line-height: 40px;
-		white-space: nowrap;
-		padding: 5px 10px;
-		background-color: #1890ff;
-		border-radius: 4px;
-		color: #fff;
-		margin-right: 5px;
-	}
-
-	.red-text {
-		background-color: red;
-	}
-
-	.menu-text {
-		background-color: #f90;
-	}
 </style>