|
|
|
@ -397,22 +397,25 @@
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<div class="box-flex">
|
|
|
|
|
<!-- <a-input
|
|
|
|
|
<a-textarea
|
|
|
|
|
class="remark-input"
|
|
|
|
|
style="width:1000px !important; text-align: left;"
|
|
|
|
|
:allowClear="true"
|
|
|
|
|
:auto-size="{ minRows: 3, maxRows: 5 }"
|
|
|
|
|
:auto-size="{ minRows: 3, maxRows: 3 }"
|
|
|
|
|
v-model="initCabinFrom.remark"
|
|
|
|
|
/> -->
|
|
|
|
|
<a-textarea
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="box-flex">
|
|
|
|
|
<a-input
|
|
|
|
|
class="remark-input"
|
|
|
|
|
style="width:1000px !important; text-align: left;height:100px;"
|
|
|
|
|
style="width:1000px !important; text-align: left;"
|
|
|
|
|
:allowClear="true"
|
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
|
:auto-size="{ minRows: 3, maxRows: 5 }"
|
|
|
|
|
v-model="initCabinFrom.remark"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
</div>
|
|
|
|
@ -561,9 +564,9 @@
|
|
|
|
|
>
|
|
|
|
|
<div class="box-flex">
|
|
|
|
|
<a-textarea
|
|
|
|
|
style="width:1000px !important; text-align: left;background: #13c2c2;"
|
|
|
|
|
style="width:1000px !important; text-align: left;"
|
|
|
|
|
:allowClear="true"
|
|
|
|
|
:auto-size="{ minRows: 3, maxRows: 5 }"
|
|
|
|
|
:auto-size="{ minRows: 3, maxRows: 3 }"
|
|
|
|
|
v-model="initCabinFrom.remark"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
@ -1900,11 +1903,12 @@ export default {
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
// height: 100%;
|
|
|
|
|
height: 24px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
// height: 24px;
|
|
|
|
|
z-index: -1;
|
|
|
|
|
background-color: @primary-color !important;
|
|
|
|
|
opacity: 0.04;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -1926,6 +1930,27 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .box-flex{
|
|
|
|
|
// /deep/ .ant-modal-body .ant-input-affix-wrapper {
|
|
|
|
|
// height: 100px;
|
|
|
|
|
// position: relative;
|
|
|
|
|
// z-index: 1;
|
|
|
|
|
// background: #f99;
|
|
|
|
|
// &::after {
|
|
|
|
|
// content: '';
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// top: 0;
|
|
|
|
|
// left: 0;
|
|
|
|
|
// width: 100%;
|
|
|
|
|
// height: 72px !important;
|
|
|
|
|
// z-index: -1;
|
|
|
|
|
// display: block;
|
|
|
|
|
// background-color: @primary-color !important;
|
|
|
|
|
// opacity: 0.04;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// /deep/ .ant-input{
|
|
|
|
|
// position: relative;
|
|
|
|
|
// z-index: 1;
|
|
|
|
|