Commit 5ecaff45 authored by wuchun's avatar wuchun
parents cd7c5036 dfa49e94
<style>
.commonOrderForm {
width: 94%;
margin: 0 auto;
<style scoped>
.commonOrderForm { overflow: auto;
height: 600px;
border-top: 3px solid #38425d;
background-color: #ffffff;
padding: 10px 10px 0;
width: 100%;padding:20px 20px 10px 80px;
}
.title {
border-left: 3px solid #e95252;
text-indent: 15px;
height: 16px;
font-family: "PingFangSc-Fine";
font-size: 16px;
margin-bottom: 20px;
line-height: 14px;
color: #000;
}
</style>
<template>
<div class="commonOrderForm">
<p>
<p class="title">
{{ $t("salesModule.SignImdi") }}
<span class="fr">
<input type="button" class="hollowFixedBtn" :value="$t('pub.cancelBtn')" @click="cancelSubmit()" />
......
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