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

Drawer--css

parent 12241681
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
.ivu-drawer-left{ .ivu-drawer-left{
width: 370px!important; width: 370px!important;
.ivu-drawer-content{ .ivu-drawer-content{
height: 100vh;
.ivu-drawer-header{ .ivu-drawer-header{
border: none; border: none;
.header { .header {
...@@ -98,6 +99,7 @@ ...@@ -98,6 +99,7 @@
} }
.ivu-drawer-body { .ivu-drawer-body {
padding: 0; padding: 0;
height: calc(100% - 210px);
// .order_title { // .order_title {
// border-bottom: 1px solid #ccc; // border-bottom: 1px solid #ccc;
// height: 50px; // height: 50px;
...@@ -112,7 +114,7 @@ ...@@ -112,7 +114,7 @@
padding: 15px 20px; padding: 15px 20px;
} }
.card_box{ .card_box{
padding: 0 15px 60px; padding: 0 15px;
.card_order{ .card_order{
margin: 15px 0; margin: 15px 0;
border-left: 4px solid #ccc; border-left: 4px solid #ccc;
......
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