style(图表): 3D旋转样式调整

This commit is contained in:
wangjiahao 2024-09-24 11:19:02 +08:00
parent 7d4e07a732
commit af95fbe735
2 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,7 @@
</el-tree>
</el-row>
</el-col>
<el-col :span="18" class="preview-show">
<el-col :span="13" class="preview-show">
<el-row v-if="state.curNodeId">
<el-row class="new-params-title"> 选择参数关联组件 </el-row>
<el-row class="new-params-filter" v-if="state.outerParamsInfo?.filterInfo?.length">
@ -249,7 +249,7 @@
<empty-background description="请配置参数" img-type="noneWhite" />
</div>
</el-col>
<el-col :span="5" v-show="false" class="params-attach-setting">
<el-col :span="5" class="params-attach-setting">
<el-row v-if="state.curNodeId">
<el-row class="new-params-title"> 参数配置 </el-row>
<el-row class="params-attach-content">

View File

@ -183,6 +183,7 @@ const maintainRadioChange = () => {
}
const multiDimensionalChange = () => {
// do change
snapshotStore.recordSnapshotCache()
}
const positionInit = () => {