fix style bugs
This commit is contained in:
parent
682195294e
commit
216b0052d3
File diff suppressed because it is too large
Load Diff
|
@ -37,7 +37,7 @@
|
|||
<div id="app"></div>
|
||||
|
||||
<!-- 需要用到的工具js -->
|
||||
<script src="http://topology.le5le.com/assets/js/canvas2svg.js"></script>
|
||||
<!-- <script src="http://topology.le5le.com/assets/js/canvas2svg.js"></script> -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script src="https://cdn.bootcdn.net/ajax/libs/jszip/3.5.0/jszip.min.js"></script>
|
||||
<script src="https://cdn.bootcdn.net/ajax/libs/echarts/4.8.0/echarts.min.js"></script>
|
||||
|
|
|
@ -8,12 +8,6 @@ import ElementUI from 'element-ui'
|
|||
// import 'element-ui/lib/theme-chalk/index.css'
|
||||
import '@/assets/font/iconfont.css'
|
||||
|
||||
// 导入topology-vue组件
|
||||
import topology from 'topology-vue'
|
||||
Vue.use(topology)
|
||||
// 需要导入topology-vue.css
|
||||
import 'topology-vue/topology-vue.css'
|
||||
|
||||
import '@/styles/index.scss' // global css
|
||||
|
||||
import App from './App'
|
||||
|
|
|
@ -288,7 +288,7 @@ export const defalutMaterials = [
|
|||
icon: 't-icon t-text',
|
||||
id: 16,
|
||||
data: {
|
||||
text: 'le5le-topology / 乐吾乐',
|
||||
text: '人机物融合的泛在计算平台',
|
||||
rect: {
|
||||
width: 160,
|
||||
height: 30
|
||||
|
|
|
@ -154,7 +154,7 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.home {
|
||||
height: calc(100vh - 50px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue