优化一波

This commit is contained in:
zhuoda
2023-02-16 21:08:17 +08:00
parent 1099817527
commit e6ff5f9571
22 changed files with 281 additions and 229 deletions
@@ -14,7 +14,6 @@
<div>
关键字
<a-input style="width: 250px" v-model:value="queryForm.keywords" placeholder="姓名/手机号/登录账号" />
<a-button class="button-style" v-if="selectRoleId" type="primary" @click="queryRoleEmployee">搜索</a-button>
<a-button class="button-style" v-if="selectRoleId" type="default" @click="resetQueryRoleEmployee">重置</a-button>
</div>
@@ -28,6 +27,7 @@
>
</div>
</div>
<a-table
:loading="tableLoading"
:dataSource="tableData"
@@ -14,7 +14,7 @@
<a-col flex="200px">
<RoleList ref="roleList" />
</a-col>
<a-col flex="1">
<a-col flex="1" class="role-setting">
<RoleSetting />
</a-col>
</a-row>
@@ -42,4 +42,7 @@
.height100 {
height: 100%;
}
.role-setting{
width:calc(100% - 250px)
}
</style>