mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-30 02:07:38 +08:00
Merge branches 'main' and 'main' of github.com:xiaoxian521/vue-pure-admin into main
This commit is contained in:
commit
089dea8441
@ -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…
Reference in New Issue
Block a user