Merge remote-tracking branch 'origin/feature/0915_素材中心新增手动上传' into test
This commit is contained in:
@ -75,7 +75,9 @@
|
||||
|
||||
<template v-else>
|
||||
<template v-if="item.audit_status === 1">
|
||||
<div v-if="enterprises.length > 1" class="w-full h-1px bg-#E6E6E8 mb-8px"></div>
|
||||
<div v-if="enterprises.length > 1" class="px-12px my-8px">
|
||||
<div class="w-full h-1px bg-#E6E6E8"></div>
|
||||
</div>
|
||||
<MenuItem class="rounded-8px hover:bg-#F2F3F5 h-36px !mb-0" @click="onCreate(item)">
|
||||
<div class="flex items-center">
|
||||
<SvgIcon size="16.5" name="svg-organization" class="color-#737478 mr-8px" />
|
||||
|
||||
Reference in New Issue
Block a user