fix: 修复实体详情 关系图表宽度问题
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
.ship--show.ship {
|
||||
visibility: visible;
|
||||
}
|
||||
.chart-drawing-ship__width {
|
||||
width: 1542px !important;
|
||||
}
|
||||
.ship {
|
||||
width: 320px;
|
||||
background: #FFFFFF;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="chart-drawing" :id="`chart${chartInfo.id}`"></div>
|
||||
<div class="chart-drawing chart-drawing-ship__width" :id="`chart${chartInfo.id}`"></div>
|
||||
<div class="ship" :class="{'ship--show': showList}" v-ele-click-outside="shipChangeDown" id="ship">
|
||||
<div class="ship-title">
|
||||
<div class="ship-title-symbol" v-if="entityData.tableData.symbol"><img :src="entityData.tableData.symbol" /></div>
|
||||
|
||||
Reference in New Issue
Block a user