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

modal处理

parent 0f19bfef
.execute_box{ .execute_box{
position: relative; position: relative;
margin: 0px -10px;
.top_title{ .top_title{
height: 50px; height: 50px;
line-height: 49px; line-height: 49px;
...@@ -334,9 +334,9 @@ ...@@ -334,9 +334,9 @@
height: calc(100vh - 165px); height: calc(100vh - 165px);
} }
.case_top{ .case_top{
padding: 15px 40px 10px; padding: 15px 70px 10px;
.sear_btn{ .sear_btn{
width: calc(100% - 50px); width: calc(100% - 80px);
display: inline-block; display: inline-block;
.search_box{ .search_box{
width: 200px; width: 200px;
...@@ -354,6 +354,7 @@ ...@@ -354,6 +354,7 @@
} }
} }
.slip{ .slip{
margin-right: 20px;
i.ivu-icon{ i.ivu-icon{
font-size: 32px; font-size: 32px;
transform:rotate(90deg); transform:rotate(90deg);
...@@ -370,11 +371,11 @@ ...@@ -370,11 +371,11 @@
overflow-y: auto; overflow-y: auto;
.file_card{ .file_card{
background: #F5F6FA; background: #F5F6FA;
margin: 20px 20px; margin: 10px 50px;
width: calc(25% - 40px);// width: 360px;
padding: 18px;// padding: 18px;
height: auto; height: 110px;
line-height: 20px; line-height: 24px;
.ivu-checkbox { .ivu-checkbox {
display: none; display: none;
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<template> <template>
<div class="execute_box"> <div class="execute_box">
<div class="top_title"> <div class="top_title">
<span class="fl">{{orderTitle}}--{{orderindex}}</span> <span class="fl">{{orderTitle}}</span>
<div>工单编号: 12001011</div> <div>工单编号: 12001011</div>
</div> </div>
<component :is="detail" :gdid="gdId"/> <component :is="detail" :gdid="gdId"/>
......
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