|
@@ -20,7 +20,7 @@
|
|
margin-bottom: 10px !important;
|
|
margin-bottom: 10px !important;
|
|
}
|
|
}
|
|
|
|
|
|
- .ant-carousel .slick-slide {
|
|
|
|
|
|
+ .ant-carousel .slick-slide {
|
|
text-align: center;
|
|
text-align: center;
|
|
// height: 160px;
|
|
// height: 160px;
|
|
// line-height: 160px;
|
|
// line-height: 160px;
|
|
@@ -32,11 +32,11 @@
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
|
|
- .ant-carousel .slick-slide h3 {
|
|
|
|
|
|
+ .ant-carousel .slick-slide h3 {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
- .ant-carousel .custom-slick-arrow {
|
|
|
|
|
|
+ .ant-carousel .custom-slick-arrow {
|
|
width: 25px;
|
|
width: 25px;
|
|
height: 25px;
|
|
height: 25px;
|
|
font-size: 25px;
|
|
font-size: 25px;
|
|
@@ -45,11 +45,11 @@
|
|
opacity: 0.3;
|
|
opacity: 0.3;
|
|
}
|
|
}
|
|
|
|
|
|
- .ant-carousel .custom-slick-arrow:before {
|
|
|
|
|
|
+ .ant-carousel .custom-slick-arrow:before {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
- .ant-carousel .custom-slick-arrow:hover {
|
|
|
|
|
|
+ .ant-carousel .custom-slick-arrow:hover {
|
|
opacity: 0.5;
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1041,10 +1041,10 @@
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</div>
|
|
</div>
|
|
<div v-if="detail.ascription" style="display:flex;">
|
|
<div v-if="detail.ascription" style="display:flex;">
|
|
- <a-form-item label="策划" style="flex:1">
|
|
|
|
|
|
+ <a-form-item label="策划" v-if="detail.ascription.planName" style="flex:1">
|
|
{{ detail.ascription.planName }}
|
|
{{ detail.ascription.planName }}
|
|
</a-form-item>
|
|
</a-form-item>
|
|
- <a-form-item label="拍摄" style="flex:1">
|
|
|
|
|
|
+ <a-form-item label="拍摄" v-if="detail.ascription.shotName" style="flex:1">
|
|
{{ detail.ascription.shotName }}
|
|
{{ detail.ascription.shotName }}
|
|
</a-form-item>
|
|
</a-form-item>
|
|
<a-form-item label="剪辑" v-if="detail.ascription.clipName" style="flex:1">
|
|
<a-form-item label="剪辑" v-if="detail.ascription.clipName" style="flex:1">
|
|
@@ -1061,28 +1061,28 @@
|
|
<a-button type="primary" @click="downloadByBlobShowUrl">下载</a-button>
|
|
<a-button type="primary" @click="downloadByBlobShowUrl">下载</a-button>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
- <a-form-item label="水印素材下载" v-if="name">
|
|
|
|
- <a-button type="primary" @click="downloadByBlob" v-if="showUrlWater">下载</a-button>
|
|
|
|
- <span v-else>水印素材生成中,请一分钟后刷新</span>
|
|
|
|
- </a-form-item>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <a-form-item label="水印素材链接" v-if="showUrlWater">
|
|
|
|
- <a-input v-model="showUrlWater" type="text" readOnly />
|
|
|
|
- </a-form-item>
|
|
|
|
- </div>
|
|
|
|
- <div style="width:100%" class="downLoad">
|
|
|
|
- <a-form-item label="生成水印素材" style="width:100%">
|
|
|
|
- <a-select :defaultValue="4" v-model="size" style="width:80%">
|
|
|
|
- <a-select-option :value="item.id" :key="item.id" v-for="item of sizeType">{{
|
|
|
|
- item.name
|
|
|
|
- }}
|
|
|
|
- </a-select-option>
|
|
|
|
- </a-select>
|
|
|
|
- <a-button type="primary" @click="getWater" :loading="waterLoading">生成</a-button>
|
|
|
|
- </a-form-item>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <!-- <div>
|
|
|
|
+ <a-form-item label="水印素材下载" v-if="name">
|
|
|
|
+ <a-button type="primary" @click="downloadByBlob" v-if="showUrlWater">下载</a-button>
|
|
|
|
+ <span v-else>水印素材生成中,请一分钟后刷新</span>
|
|
|
|
+ </a-form-item>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <a-form-item label="水印素材链接" v-if="showUrlWater">
|
|
|
|
+ <a-input v-model="showUrlWater" type="text" readOnly />
|
|
|
|
+ </a-form-item>
|
|
|
|
+ </div>
|
|
|
|
+ <div style="width:100%" class="downLoad">
|
|
|
|
+ <a-form-item label="生成水印素材" style="width:100%">
|
|
|
|
+ <a-select :defaultValue="4" v-model="size" style="width:80%">
|
|
|
|
+ <a-select-option :value="item.id" :key="item.id" v-for="item of sizeType">{{
|
|
|
|
+ item.name
|
|
|
|
+ }}
|
|
|
|
+ </a-select-option>
|
|
|
|
+ </a-select>
|
|
|
|
+ <a-button type="primary" @click="getWater" :loading="waterLoading">生成</a-button>
|
|
|
|
+ </a-form-item>
|
|
|
|
+ </div>-->
|
|
<div>
|
|
<div>
|
|
<a-form-item label="审核人" v-if="active == '2' && detail.auditorName">
|
|
<a-form-item label="审核人" v-if="active == '2' && detail.auditorName">
|
|
{{ detail.auditorName }}
|
|
{{ detail.auditorName }}
|
|
@@ -1295,7 +1295,7 @@
|
|
</ul>
|
|
</ul>
|
|
<div style="clear:both"></div>
|
|
<div style="clear:both"></div>
|
|
<a-modal title="图片预览" v-model="showImageChouzhen" :footer="null">
|
|
<a-modal title="图片预览" v-model="showImageChouzhen" :footer="null">
|
|
- <img :src="showImageStr" style="width:100%"/>
|
|
|
|
|
|
+ <img :src="showImageStr" style="width:100%"/>
|
|
</a-modal>
|
|
</a-modal>
|
|
</a-modal>
|
|
</a-modal>
|
|
|
|
|
|
@@ -1333,8 +1333,8 @@
|
|
|
|
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- showImageChouzhen:false,
|
|
|
|
- showImageStr:null,
|
|
|
|
|
|
+ showImageChouzhen: false,
|
|
|
|
+ showImageStr: null,
|
|
coverPreviewVisible: false,
|
|
coverPreviewVisible: false,
|
|
chouzhen: false,
|
|
chouzhen: false,
|
|
chouzhenList: [],
|
|
chouzhenList: [],
|
|
@@ -1481,7 +1481,7 @@
|
|
douyinData: null,
|
|
douyinData: null,
|
|
bohui: "",
|
|
bohui: "",
|
|
bohuiShow: false,
|
|
bohuiShow: false,
|
|
- waterLoading:false
|
|
|
|
|
|
+ waterLoading: false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
filters: {
|
|
filters: {
|