|
@@ -27,7 +27,6 @@
|
|
</a-row>
|
|
</a-row>
|
|
</a-form>
|
|
</a-form>
|
|
</div>
|
|
</div>
|
|
- <a-divider />
|
|
|
|
<div class="table-operator">
|
|
<div class="table-operator">
|
|
<a-button type="primary" icon="plus" @click="openModal" id="roleList-openModal">新增</a-button>
|
|
<a-button type="primary" icon="plus" @click="openModal" id="roleList-openModal">新增</a-button>
|
|
</div>
|
|
</div>
|
|
@@ -241,25 +240,5 @@ export default {
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
<style scoped>
|
|
<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>
|
|
</style>
|