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

工单执行web

parent 79d34cd5
...@@ -2,15 +2,14 @@ ...@@ -2,15 +2,14 @@
.execute_box{ .execute_box{
position: relative; position: relative;
margin: 0px -10px; margin: 0px -10px;
height:88vh; // .top_title{
.top_title{ // height: 50px;
height: 50px; // line-height: 49px;
line-height: 49px; // text-align: center;
text-align: center; // font-weight: 600;
font-weight: 600; // padding: 0 15px;
padding: 0 15px; // border-bottom: 1px solid #CACBD0;
border-bottom: 1px solid #CACBD0; // }
}
.star{ .star{
height: 33vh; height: 33vh;
padding: 6vh 0; padding: 6vh 0;
...@@ -226,9 +225,10 @@ ...@@ -226,9 +225,10 @@
} }
} }
.gs_set{ .gs_set{
height: calc(100vh - 165px); height: calc(100vh - 100px);
padding: 15px 0;
.gs_top{ .gs_top{
margin: 15px auto; margin: 0 auto ;
width: 1000px; width: 1000px;
height: 120px; height: 120px;
background: #2680EB; background: #2680EB;
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
} }
.tech_box{ .tech_box{
height: calc(100vh - 115px); height: calc(100vh - 165px);
.ivu-layout-header{ .ivu-layout-header{
height: 50px; height: 50px;
} }
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
</style> </style>
<template> <template>
<div class="execute_box"> <div class="execute_box">
<div class="top_title"> <!-- <div class="top_title">
<span class="fl">{{orderTitle}}</span> <span class="fl">{{orderTitle}}</span>
<div>工单编号: 12001011</div> <div>工单编号: 12001011</div>
</div> </div> -->
<component :is="detail" :gdid="gdId" :row="row"/> <component :is="detail" :gdid="gdId" :row="row"/>
<a class="gd_list" @click="orderlistMode = true">工单列表</a> <a class="gd_list" @click="orderlistMode = true">工单列表</a>
<a class="gn_area" @click="functionalMode = 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