|
|
|
@ -247,7 +247,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="modelType === 'vgmlink'">
|
|
|
|
|
<div class="item-box">
|
|
|
|
|
<div class="item-box" style="padding-top:0px;padding-bottom:0px;">
|
|
|
|
|
<a-col :span="24">
|
|
|
|
|
<a-form-item
|
|
|
|
|
label="VGM提交地址"
|
|
|
|
@ -256,8 +256,8 @@
|
|
|
|
|
has-feedback
|
|
|
|
|
>
|
|
|
|
|
<div class="box-flex">
|
|
|
|
|
<a-input :allowClear="true" v-model="initCabinFrom.orderUrl.urlVgm" />
|
|
|
|
|
<span>复制</span>
|
|
|
|
|
<a-input style="width:1000px !important;" :allowClear="true" v-model="initCabinFrom.orderUrl.urlVgm" />
|
|
|
|
|
<span style="margin-left:7px;"><i class="iconfont icon-fuzhi2"><!--复制--></i></span>
|
|
|
|
|
</div>
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</a-col>
|
|
|
|
@ -374,7 +374,7 @@
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item-box vgm-remarks">
|
|
|
|
|
<div class="item-box vgm-remarks" style="padding-top:0px;padding-bottom:0px;">
|
|
|
|
|
<a-col :span="24">
|
|
|
|
|
<a-form-item
|
|
|
|
|
label="备注"
|
|
|
|
@ -383,7 +383,7 @@
|
|
|
|
|
has-feedback
|
|
|
|
|
>
|
|
|
|
|
<div class="box-flex">
|
|
|
|
|
<a-input :allowClear="true" v-model="initCabinFrom.remark" />
|
|
|
|
|
<a-input style="width:1000px !important;" :allowClear="true" v-model="initCabinFrom.remark" />
|
|
|
|
|
</div>
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</a-col>
|
|
|
|
@ -1124,6 +1124,12 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
.vgm-info{
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
.ant-form-item{
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.OCRBox {
|
|
|
|
|
/deep/.ant-drawer-body {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|