Commit 0f19bfef authored by 康振飞's avatar 康振飞

工艺案例

parent dce3e1fd
This diff is collapsed.
...@@ -332,4 +332,61 @@ ...@@ -332,4 +332,61 @@
} }
.wu_bg{ .wu_bg{
height: calc(100vh - 165px); height: calc(100vh - 165px);
}
.case_top{
padding: 15px 40px 10px;
.sear_btn{
width: calc(100% - 50px);
display: inline-block;
.search_box{
width: 200px;
float: left;
}
a{
display: inline-block;
width: 65px;
height: 33px;
line-height: 40px;
text-align: center;
i{
font-size: 24px;
}
}
}
.slip{
i.ivu-icon{
font-size: 32px;
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* Internet Explorer */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); /* Opera */
}
}
}
.case_box{
padding: 10px 20px;
height: calc(100vh - 210px);
overflow-y: auto;
.file_card{
background: #F5F6FA;
margin: 20px 20px;
width: calc(25% - 40px);//
padding: 18px;//
height: auto;
line-height: 20px;
.ivu-checkbox {
display: none;
}
.file {
display: block;
width: 60px;
height: 64px;
float: left;
margin: 0 8px 0 0;
i{
font-size: 58px;
}
}
}
} }
\ No newline at end of file
...@@ -87,11 +87,11 @@ export default { ...@@ -87,11 +87,11 @@ export default {
}, },
delItem(){ delItem(){
this.$Modal.confirm({ this.$Modal.confirm({
title: this.title, title: this.title,
content: "<p>" + this.msg + "</p>", content: "<p>" + this.msg + "</p>",
onOk: () => { onOk: () => {
this.$Message.success("删除工时...") this.$Message.success("删除工时...")
} }
}); });
}, },
cancel(){ cancel(){
......
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