提交 7082a969 authored 作者: 周雨莹's avatar 周雨莹

'样式修改'

上级 498cd739
...@@ -580,6 +580,8 @@ ...@@ -580,6 +580,8 @@
height: 100%; height: 100%;
} }
#mountNode{ #mountNode{
height: 500px;
width: 1200px;
margin: 0 auto; margin: 0 auto;
} }
#mountNode /deep/ .canvas{ #mountNode /deep/ .canvas{
......
<!-- 整体框架 --> <!-- 整体框架 -->
<template> <template>
<div class='layoutIndex' :class="this.$route.path == '/p1' ? 'grayBg' : 'whiteBg' "> <div class='layoutIndex' :class="this.$route.path == '/np1' ? 'grayBg' : 'whiteBg' ">
<el-container style="height: 100%"> <el-container style="height: 100%">
<el-header style="z-index: 1000;"> <el-header style="z-index: 1000;">
<div> <div>
......
...@@ -155,24 +155,24 @@ ...@@ -155,24 +155,24 @@
content1:'1、初验报告', content1:'1、初验报告',
content2:'2、专家意见', content2:'2、专家意见',
step:'active', step:'active',
name:'开工', name:'初验',
date:'2020-7-10', date:'2020-8-25',
line:1 line:1
}, },
{ {
content1:'1、初验报告', content1:'1、初验报告',
content2:'2、专家意见', content2:'2、专家意见',
step:'activeNow', step:'activeNow',
name:'开工', name:'试运行',
date:'2020-7-10', date:'2020-8-10',
line:2 line:2
}, },
{ {
content1:'1、初验报告', content1:'1、初验报告',
content2:'2、专家意见', content2:'2、专家意见',
step:'activedNo', step:'activedNo',
name:'开工', name:'终验',
date:'2020-7-10', date:'2020-10-10',
line:0 line:0
}, },
], ],
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
} }
.line{ .line{
height: 2px; height: 2px;
width: 200px; width: 220px;
float: left; float: left;
margin-top: 16px; margin-top: 16px;
padding-top: -50px; padding-top: -50px;
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
} }
} }
</script> </script>
<style> <style scoped>
.table-wrap{ .table-wrap{
margin-top: 8px; margin-top: 8px;
} }
......
...@@ -363,6 +363,8 @@ ...@@ -363,6 +363,8 @@
.demo-input-suffix /deep/ .el-input__icon{ .demo-input-suffix /deep/ .el-input__icon{
line-height: 30px; line-height: 30px;
} }
</style>
<style scoped>
.foot-but{ .foot-but{
display: flex; display: flex;
justify-content: center; justify-content: center;
......
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
} }
} }
</script> </script>
<style> <style scoped>
.main-content{ .main-content{
height: 100%; height: 100%;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论