File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change @@ -52,5 +52,7 @@ export default {
5252
5353<style >
5454.cb-launcher {
55+ background : #fff ;
56+ height : 100% ;
5557}
5658 </style >
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ import LoginDialog from './components/LoginDialog.vue'
99import I18nPlugin from './plugins/gettext.js'
1010Vue . use ( I18nPlugin )
1111
12+ import EngineerPlugin from 'yix-engineer/src/lib.js'
13+ Vue . use ( EngineerPlugin )
14+
1215import './plugins/element.js'
1316
1417Vue . config . productionTip = false
You can’t perform that action at this time.
0 commit comments