|
@@ -4,7 +4,7 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
.div_left{
|
|
.div_left{
|
|
|
- width: 32%;
|
|
|
|
|
|
|
+ width: 50%;
|
|
|
box-shadow:0px 2px 4px 0px rgba(0,0,0,0.24);
|
|
box-shadow:0px 2px 4px 0px rgba(0,0,0,0.24);
|
|
|
border-radius:8px;
|
|
border-radius:8px;
|
|
|
padding: 20px 10px 20px 0;
|
|
padding: 20px 10px 20px 0;
|
|
@@ -26,7 +26,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.div_right{
|
|
.div_right{
|
|
|
- width: 65%;
|
|
|
|
|
|
|
+ width: 48%;
|
|
|
box-shadow:0px 2px 4px 0px rgba(0,0,0,0.24);
|
|
box-shadow:0px 2px 4px 0px rgba(0,0,0,0.24);
|
|
|
border-radius:8px;
|
|
border-radius:8px;
|
|
|
padding: 20px 30px;
|
|
padding: 20px 30px;
|
|
@@ -40,10 +40,10 @@
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
}
|
|
}
|
|
|
.el-input-number,.el-input,.el-textarea{
|
|
.el-input-number,.el-input,.el-textarea{
|
|
|
- width: 200px;
|
|
|
|
|
|
|
+ width: 300px;
|
|
|
}
|
|
}
|
|
|
button{
|
|
button{
|
|
|
- width: 290px;
|
|
|
|
|
|
|
+ width: 390px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|