style="min-width: 140px"
This commit is contained in:
parent
cfbb61bb97
commit
335cc52ba0
31 changed files with 60 additions and 53 deletions
|
|
@ -268,9 +268,9 @@ function onDetail(id: string) {
|
|||
router.push(`/idp-registry-detail/${id}`);
|
||||
}
|
||||
|
||||
function getSerach(){
|
||||
pagination.value.page = 1
|
||||
getListData()
|
||||
function getSerach() {
|
||||
pagination.value.page = 1;
|
||||
getListData();
|
||||
}
|
||||
|
||||
watch(
|
||||
|
|
@ -370,8 +370,7 @@ onMounted(async () => {
|
|||
map-options
|
||||
:options="columns"
|
||||
option-value="name"
|
||||
options-cover
|
||||
style="width: 200px"
|
||||
style="min-width: 140px"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue