| | |
| | | import { makeUpHtml, vueTemplate, vueScript, cssStyle } from '@/utils/generator/html'
|
| | | import { makeUpJs } from '@/utils/generator/js'
|
| | | import { makeUpCss } from '@/utils/generator/css'
|
| | | import drawingDefalut from '@/utils/generator/drawingDefalut'
|
| | | import drawingDefault from '@/utils/generator/drawingDefault'
|
| | | import logo from '@/assets/logo/logo.png'
|
| | | import CodeTypeDialog from './CodeTypeDialog'
|
| | | import DraggableItem from './DraggableItem'
|
| | |
| | | selectComponents,
|
| | | layoutComponents,
|
| | | labelWidth: 100,
|
| | | drawingList: drawingDefalut,
|
| | | drawingList: drawingDefault,
|
| | | drawingData: {},
|
| | | activeId: drawingDefalut[0].formId,
|
| | | activeId: drawingDefault[0].formId,
|
| | | drawerVisible: false,
|
| | | formData: {},
|
| | | dialogVisible: false,
|
| | | generateConf: null,
|
| | | showFileName: false,
|
| | | activeData: drawingDefalut[0]
|
| | | activeData: drawingDefault[0]
|
| | | }
|
| | | },
|
| | | created() {
|
| | |
| | | </script>
|
| | |
|
| | | <style lang='scss'>
|
| | | body, html{
|
| | | margin: 0;
|
| | | padding: 0;
|
| | | background: #fff;
|
| | | -moz-osx-font-smoothing: grayscale;
|
| | | -webkit-font-smoothing: antialiased;
|
| | | text-rendering: optimizeLegibility;
|
| | | font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
| | | }
|
| | |
|
| | | input, textarea{
|
| | | font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
| | | }
|
| | |
|
| | | .editor-tabs{
|
| | | background: #121315;
|
| | | .el-tabs__header{
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | </style>
|