style: refine project electronic form
This commit is contained in:
@@ -249,6 +249,8 @@ function ProjectOrderDetailPage() {
|
||||
.electronic-form-signature-title { flex: 0 0 auto; margin: 0 10px 0 0; font-weight: 600; white-space: nowrap; }
|
||||
.electronic-form-signature-stage { flex: 1; height: 72px; min-width: 160px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #1f2937; }
|
||||
.electronic-form-signature-img { max-width: 180px; max-height: 68px; object-fit: contain; }
|
||||
.project-electronic-form .electronic-form-signatures { justify-content: flex-end; }
|
||||
.project-electronic-form .electronic-form-signature-box { flex: 0 0 460px; max-width: 460px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>${formNode.outerHTML}</body>
|
||||
@@ -546,7 +548,7 @@ function ProjectOrderDetailPage() {
|
||||
</Button>,
|
||||
]}
|
||||
>
|
||||
<div className="aftersales-electronic-form">
|
||||
<div className="aftersales-electronic-form project-electronic-form">
|
||||
<div className="electronic-form-header">
|
||||
<div className="electronic-form-brand">
|
||||
<img src={logo} alt="浙江贝凡" className="electronic-form-logo" />
|
||||
@@ -560,7 +562,7 @@ function ProjectOrderDetailPage() {
|
||||
className="electronic-form-qr"
|
||||
/>
|
||||
)}
|
||||
<p className="electronic-form-hotline">项目现场完成记录</p>
|
||||
<p className="electronic-form-hotline">全国售后服务热线:400-998-5710</p>
|
||||
</div>
|
||||
</div>
|
||||
<table className="electronic-form-table">
|
||||
|
||||
@@ -115,6 +115,15 @@
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.project-electronic-form .electronic-form-signatures {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.project-electronic-form .electronic-form-signature-box {
|
||||
flex: 0 0 460px;
|
||||
max-width: 460px;
|
||||
}
|
||||
|
||||
.aftersales-detail-signatures,
|
||||
.aftersales-detail-site-images {
|
||||
margin-bottom: 24px;
|
||||
|
||||
Reference in New Issue
Block a user