|
@@ -1,8 +1,6 @@
|
|
|
<template>
|
|
|
<div class="ablockly">
|
|
|
- <div>
|
|
|
- <el-button type="primary" @click="go">下一步</el-button>
|
|
|
- </div>
|
|
|
+ <el-button type="primary" @click="go" class="btnPosition">下一步</el-button>
|
|
|
<div id="blocklyDiv"></div>
|
|
|
<xml id="toolbox" style="display: none">
|
|
|
<category name="逻辑" colour="%{BKY_LOGIC_HUE}">
|
|
@@ -31,6 +29,13 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+
|
|
|
+.btnPosition {
|
|
|
+ position: fixed;
|
|
|
+ right: 130px;
|
|
|
+ bottom: 35px;
|
|
|
+ z-index: 999999;
|
|
|
+}
|
|
|
</style>
|
|
|
|
|
|
|