|
|
@@ -1,7 +1,9 @@
|
|
|
<style>
|
|
|
body.is-dialog .outward-detail-wrap {
|
|
|
margin: 0;
|
|
|
- padding: 10px 12px 12px;
|
|
|
+ padding: 12px 14px 0;
|
|
|
+ max-width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
.outward-detail-head {
|
|
|
margin-bottom: 10px;
|
|
|
@@ -19,7 +21,7 @@
|
|
|
overflow-y: visible;
|
|
|
max-height: none;
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
- margin-bottom: 10px;
|
|
|
+ margin-bottom: 12px;
|
|
|
border: 1px solid #e5e5e5;
|
|
|
}
|
|
|
.outward-confirm-company-wrap {
|
|
|
@@ -27,7 +29,7 @@
|
|
|
overflow-y: visible;
|
|
|
max-height: none;
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
- margin-bottom: 10px;
|
|
|
+ margin-bottom: 12px;
|
|
|
border: 1px solid #e5e5e5;
|
|
|
}
|
|
|
.outward-detail-table-wrap {
|
|
|
@@ -64,7 +66,7 @@
|
|
|
word-break: break-word;
|
|
|
white-space: normal;
|
|
|
line-height: 1.45;
|
|
|
- padding: 8px 10px;
|
|
|
+ padding: 6px 8px;
|
|
|
}
|
|
|
.outward-confirm-process-table th,
|
|
|
.outward-confirm-company-table th {
|