生产工序
This commit is contained in:
1320
src/pages/modules/processproduction/one.vue
Normal file
1320
src/pages/modules/processproduction/one.vue
Normal file
File diff suppressed because it is too large
Load Diff
1347
src/pages/modules/processproduction/one2.vue
Normal file
1347
src/pages/modules/processproduction/one2.vue
Normal file
File diff suppressed because it is too large
Load Diff
24
src/pages/modules/processproduction/three.vue
Normal file
24
src/pages/modules/processproduction/three.vue
Normal file
@@ -0,0 +1,24 @@
|
||||
<template>
|
||||
<section class="con_container">
|
||||
<one/>
|
||||
<two/>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import one from './one.vue'
|
||||
import two from './two.vue'
|
||||
export default {
|
||||
components: {
|
||||
one,
|
||||
two
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
@import '~@css/mixin'
|
||||
.con_container
|
||||
_wh(100%, 100%)
|
||||
_fj(row)
|
||||
</style>
|
||||
31
src/pages/modules/processproduction/two.1.vue
Normal file
31
src/pages/modules/processproduction/two.1.vue
Normal file
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<div class="n_container">
|
||||
<div class="n_header">
|
||||
<h1>屏监控</h1>
|
||||
</div>
|
||||
<div class="n_body_container">
|
||||
<div class="n_body_container_wraper">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
@import '~@css/mixin'
|
||||
.n_container
|
||||
_wh(100%, 100%)
|
||||
.n_header
|
||||
_wh(100%, 84px)
|
||||
_bis('../../../images/top_right.png', auto,,left,,)
|
||||
line-height 84px
|
||||
h1
|
||||
_font(36px, 56px, #fff,,left)
|
||||
letter-spacing 6px
|
||||
font-family "阿里妈妈数黑体" !important
|
||||
padding-left 3px
|
||||
.n_body_container
|
||||
_wh(100%, calc(100% - 84px))
|
||||
padding 40px 0 20px 54px
|
||||
.n_body_container_wraper
|
||||
_wh(100%, 100%)
|
||||
</style>
|
||||
1517
src/pages/modules/processproduction/two.vue
Normal file
1517
src/pages/modules/processproduction/two.vue
Normal file
File diff suppressed because it is too large
Load Diff
1533
src/pages/modules/processproduction/two2.vue
Normal file
1533
src/pages/modules/processproduction/two2.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user