Commit fe52e474 authored by 康振飞's avatar 康振飞

工单执行web

parent 79d34cd5
......@@ -2,15 +2,14 @@
.execute_box{
position: relative;
margin: 0px -10px;
height:88vh;
.top_title{
height: 50px;
line-height: 49px;
text-align: center;
font-weight: 600;
padding: 0 15px;
border-bottom: 1px solid #CACBD0;
}
// .top_title{
// height: 50px;
// line-height: 49px;
// text-align: center;
// font-weight: 600;
// padding: 0 15px;
// border-bottom: 1px solid #CACBD0;
// }
.star{
height: 33vh;
padding: 6vh 0;
......@@ -226,9 +225,10 @@
}
}
.gs_set{
height: calc(100vh - 165px);
height: calc(100vh - 100px);
padding: 15px 0;
.gs_top{
margin: 15px auto;
margin: 0 auto ;
width: 1000px;
height: 120px;
background: #2680EB;
......@@ -480,7 +480,7 @@
}
.tech_box{
height: calc(100vh - 115px);
height: calc(100vh - 165px);
.ivu-layout-header{
height: 50px;
}
......
......@@ -3,10 +3,10 @@
</style>
<template>
<div class="execute_box">
<div class="top_title">
<!-- <div class="top_title">
<span class="fl">{{orderTitle}}</span>
<div>工单编号: 12001011</div>
</div>
</div> -->
<component :is="detail" :gdid="gdId" :row="row"/>
<a class="gd_list" @click="orderlistMode = true">工单列表</a>
<a class="gn_area" @click="functionalMode = true">功能区</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment