|
@@ -65,7 +65,7 @@ li.chouzhen.first:before{
|
|
|
color: rgb(255, 255, 255);
|
|
|
line-height: 20px;
|
|
|
text-align: center;
|
|
|
- background: rgba(255, 0, 0, 0.5);
|
|
|
+ background: rgba(0, 0, 0, 0.5);
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
</style>
|
|
@@ -383,10 +383,18 @@ a {
|
|
|
@click.stop
|
|
|
>
|
|
|
<span
|
|
|
- style="color: #999; fontSize: 16px;padding-bottom:10px;display:block;width:100%;overflow: hidden;text-overflow: ellipsis;"
|
|
|
+ style="color: #999; fontSize: 14px;padding-bottom:10px;display:inline-block;width:100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
|
|
|
+ :title="items.projectName"
|
|
|
>
|
|
|
{{ items.projectName }}
|
|
|
</span>
|
|
|
+ <span
|
|
|
+ style="color: #999; fontSize: 14px;padding-bottom:10px;display:inline-block;width:100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
|
|
|
+ :title="items.materialName"
|
|
|
+ >
|
|
|
+ {{items.materialName}}
|
|
|
+ </span>
|
|
|
+
|
|
|
<a-icon
|
|
|
type="close-circle"
|
|
|
@click="deleteData(items.id)"
|
|
@@ -1195,7 +1203,7 @@ a {
|
|
|
</a-form-item>
|
|
|
</a-form>
|
|
|
</a-modal>
|
|
|
- <a-modal title="抽帧展示" v-model="chouzhen" width="60%">
|
|
|
+ <a-modal title="推荐封面" v-model="chouzhen" width="60%">
|
|
|
<template slot="footer">
|
|
|
<a-button key="back" @click="chouzhen=false">关闭</a-button>
|
|
|
</template>
|