|
@@ -19,7 +19,8 @@
|
|
|
width: 25%;
|
|
|
border-radius: 80px;
|
|
|
box-shadow: 0px 1px 2px 3px #f2f2f2;
|
|
|
- margin: 20px;
|
|
|
+ margin: 30px 20px 20px 45px;
|
|
|
+ min-width: 420px;
|
|
|
"
|
|
|
>
|
|
|
<h3 class="info_title" v-if="steps == 1">项目内容填写</h3>
|
|
@@ -197,7 +198,7 @@
|
|
|
"
|
|
|
v-if="this.steps == 2"
|
|
|
>
|
|
|
- <div class="basic_box" style="margin: 20px 30px 0 !important;">
|
|
|
+ <div class="basic_box" style="margin: 20px 30px 0 !important">
|
|
|
<div
|
|
|
style="
|
|
|
color: #b8b8b8;
|
|
@@ -2375,7 +2376,7 @@ ol {
|
|
|
padding: 5px 20px;
|
|
|
}
|
|
|
|
|
|
-.isHeight{
|
|
|
- height: 680px;
|
|
|
+.isHeight {
|
|
|
+ height: 680px;
|
|
|
}
|
|
|
</style>
|