fix: bug#10387

This commit is contained in:
JiangQiming 2023-03-16 15:19:10 +08:00
parent e919fd6bef
commit 914e495f2e
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="wrapper">
<div class="card-wrapper">
<div class="card-header">
<div class="title">{{ title }}</div>
<div class="tools">
@ -156,7 +156,7 @@ watch(
</script>
<style scoped lang="less">
.wrapper {
.card-wrapper {
padding: 24px;
background-color: #fff;
.card-header {

View File

@ -13,7 +13,7 @@
sorts: [{ name: 'createTime', order: 'desc' }],
}"
:params="params"
:gridColumn="3"
:gridColumn="2"
>
<template #headerTitle>
<PermissionButton