fix: bug#10719 修复设备接入网关 底部滚动条样式

This commit is contained in:
jackhoo_98 2023-03-22 14:18:57 +08:00
parent eb43a5f5b2
commit ad89d1fbc2
5 changed files with 25 additions and 6 deletions

View File

@ -41,7 +41,6 @@ const props = defineProps({
default: () => {},
},
});
console.log(111, props.data);
const checkedChange = (id: string) => {
emit('checkedChange', id);

View File

@ -184,7 +184,11 @@
</PermissionButton>
</div>
<j-scrollbar height="480">
<j-row :gutter="[24, 24]" v-if="procotolList.length > 0">
<j-row
:gutter="[24, 24]"
style="width: 100%"
v-if="procotolList.length > 0"
>
<j-col
:span="8"
v-for="item in procotolList"

View File

@ -266,7 +266,11 @@
</PermissionButton>
</div>
<j-scrollbar height="480">
<j-row :gutter="[24, 24]" v-if="procotolList.length > 0">
<j-row
:gutter="[24, 24]"
style="width: 100%"
v-if="procotolList.length > 0"
>
<j-col
:span="8"
v-for="item in procotolList"

View File

@ -30,7 +30,11 @@
</PermissionButton>
</div>
<j-scrollbar height="480">
<j-row :gutter="[24, 24]" v-if="networkList.length > 0">
<j-row
:gutter="[24, 24]"
style="width: 100%"
v-if="networkList.length > 0"
>
<j-col
:span="8"
v-for="item in networkList"

View File

@ -26,7 +26,11 @@
</PermissionButton>
</div>
<j-scrollbar height="480">
<j-row :gutter="[24, 24]" v-if="networkList.length > 0">
<j-row
:gutter="[24, 24]"
style="width: 100%"
v-if="networkList.length > 0"
>
<j-col
:span="8"
v-for="item in networkList"
@ -113,7 +117,11 @@
</PermissionButton>
</div>
<j-scrollbar height="480">
<j-row :gutter="[24, 24]" v-if="procotolList.length > 0">
<j-row
:gutter="[24, 24]"
style="width: 100%"
v-if="procotolList.length > 0"
>
<j-col
:span="8"
v-for="item in procotolList"