fix
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<span style="text-align: center;">{{ $t('Generate.referenceImage') }}</span>
|
||||
|
||||
</template>
|
||||
|
||||
<span v-if="item.label">{{ item.label }}</span>
|
||||
<span v-else>{{ item.name }}</span>
|
||||
</a-popover>
|
||||
@@ -187,7 +188,7 @@ import { message, Upload, Modal } from "ant-design-vue";
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
<style lang="less">
|
||||
.ant-popover-inner-content{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -229,6 +230,10 @@ import { message, Upload, Modal } from "ant-design-vue";
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 0 calc(1rem*1.2);
|
||||
span{
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
&.active{
|
||||
// opacity: .4;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user