mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
style(flow-chart): 流程图数据弹窗样式优化 (#68)
This commit is contained in:
parent
eb8d3ca96e
commit
8b8cd52f64
@ -77,7 +77,9 @@ onMounted(() => {
|
||||
v-model="dataVisible"
|
||||
width="50%"
|
||||
>
|
||||
<DataDialog :graphData="graphData"></DataDialog>
|
||||
<el-scrollbar>
|
||||
<DataDialog :graphData="graphData"></DataDialog>
|
||||
</el-scrollbar>
|
||||
</el-dialog>
|
||||
</div>
|
||||
</template>
|
||||
@ -127,7 +129,13 @@ onMounted(() => {
|
||||
:deep(.flow-dialog) {
|
||||
transform: none;
|
||||
left: 0;
|
||||
top: 5vh;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
:deep(.flow-dialog) .el-dialog__body {
|
||||
height: 85vh;
|
||||
overflow: auto;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user