定宽
Frontend CI/CD / build (web-office) (push) Failing after 1m32s Details

This commit is contained in:
hujiale 2024-10-17 16:07:06 +08:00
parent 7181ec8fa2
commit 0f88c5388e
1 changed files with 3 additions and 3 deletions

View File

@ -344,7 +344,7 @@ let goPage = (item) => {
<template>
<div class="container h-[calc(100%-10px)] px-[20px]">
<!-- 自定义布局的部分 -->
<div class="grid-box select-none">
<div class="grid-box select-none index-grid">
<grid-layout ref="gridLayout" v-model:layout="layout" :col-num="12" :is-draggable="tilesIsMove"
:is-mirrored="false" :auto-size="false" :responsive="false" :is-resizable="tilesIsMove" :margin="[10, 10]"
:row-height="45" :vertical-compact="true">
@ -564,8 +564,8 @@ let goPage = (item) => {
}
</style>
<style lang="scss">
.vue-grid-layout {
<style lang="scss" scoped>
.index-grid>:deep(.vue-grid-layout) {
height: 100% !important;
overflow: auto;
background: transparent;