|
@@ -91,14 +91,17 @@
|
|
|
<single-upload v-model="formData.businessLicense"></single-upload>
|
|
<single-upload v-model="formData.businessLicense"></single-upload>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
|
- <el-form-item class="fixed-btn">
|
|
|
|
|
- <!-- <el-button @click="readonly = false" :loading="saving" type="success">编辑</el-button> -->
|
|
|
|
|
- <div style="margin: 10px">
|
|
|
|
|
- <el-button @click="onSave" :loading="saving" type="primary">保存</el-button>
|
|
|
|
|
- </div>
|
|
|
|
|
- <!-- <el-button @click="$router.go(-1)">取消</el-button> -->
|
|
|
|
|
- </el-form-item>
|
|
|
|
|
|
|
+ <!-- <el-form-item class="fixed-btn"> -->
|
|
|
|
|
+ <!-- <el-button @click="readonly = false" :loading="saving" type="success">编辑</el-button> -->
|
|
|
|
|
+ <!-- <div style="margin: 10px">
|
|
|
|
|
+
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <!-- <el-button @click="$router.go(-1)">取消</el-button> -->
|
|
|
|
|
+ <!-- </el-form-item> -->
|
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
+ <div class="btn">
|
|
|
|
|
+ <el-button @click="onSave" :loading="saving" type="primary">保存</el-button>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
@@ -261,6 +264,17 @@ export default {
|
|
|
color: #606266 !important;
|
|
color: #606266 !important;
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
}
|
|
}
|
|
|
|
|
+.btn {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ bottom: 0;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ background: #ffffff;
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ line-height: 50px;
|
|
|
|
|
+ z-index: 999;
|
|
|
|
|
+ margin-left: -20px;
|
|
|
|
|
+ padding-left: 20px;
|
|
|
|
|
+}
|
|
|
.district-width {
|
|
.district-width {
|
|
|
width: 600px !important;
|
|
width: 600px !important;
|
|
|
}
|
|
}
|