Skip to content

Commit 9e525f2

Browse files
committed
Integrate yix-engineer
1 parent 1d7c779 commit 9e525f2

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<div class="cb-title">
2727
{{ title }}
2828
</div>
29+
<yix-controlbar v-show="pageIndex==2"></yix-controlbar>
2930
<div class="cb-toolbox">
3031
<el-button
3132
icon="el-icon-bell"
@@ -222,7 +223,6 @@ body {
222223
223224
.cb-title {
224225
background-color: #3f3f3f;
225-
flex-grow: 1;
226226
text-align: center;
227227
margin-left: 16px;
228228
margin-right: 16px;

src/components/LaunchManager.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@ export default {
5252

5353
<style>
5454
.cb-launcher {
55+
background: #fff;
56+
height: 100%;
5557
}
5658
</style>

src/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import LoginDialog from './components/LoginDialog.vue'
99
import I18nPlugin from './plugins/gettext.js'
1010
Vue.use(I18nPlugin)
1111

12+
import EngineerPlugin from 'yix-engineer/src/lib.js'
13+
Vue.use(EngineerPlugin)
14+
1215
import './plugins/element.js'
1316

1417
Vue.config.productionTip = false

0 commit comments

Comments
 (0)