展会update

This commit is contained in:
hzz 2023-09-16 09:19:20 +08:00
parent fb5f13b9aa
commit 4979f3391c

View File

@ -51,7 +51,7 @@ let config = reactive({
wrap: [false, false, false, false, false],
columnWidth: [80, 295, 145, 110, 110,85],
align: ['center', 'center', 'center', 'center', 'center', 'center'],
rowNum: 3,
rowNum: 2,
waitTime: 3000,
})
const handleData = () => {
@ -124,7 +124,7 @@ onMounted(() => {
.bb-top {
width: 100%;
height: 40%;
height: 35%;
}
.dev-list {
@ -134,6 +134,6 @@ onMounted(() => {
.bb-bottom {
width: 100%;
height: 60%;
height: 65%;
}</style>