mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-01-09 23:49:10 +08:00
fix: width abnormal when collapse all closed
This commit is contained in:
parent
8561e54aea
commit
6514043e69
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-container class="panel-container">
|
||||
<el-tabs v-model="activeTab" style="height: 100%; overflow: hidden">
|
||||
<el-tabs v-model="activeTab" style="height: 100%; width:100%; overflow: hidden">
|
||||
<el-tab-pane :label="i18nt('designer.hint.widgetSetting')" name="1">
|
||||
<el-scrollbar class="setting-scrollbar" :style="{height: scrollerHeight}">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user