@@ -101,9 +101,12 @@ onMounted(()=>{
.chart-source{
width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
+ span{
+ display: block;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ }
}
</style>
@@ -798,7 +798,7 @@ function transBottomInfo(slide,{x,y,width,height},data){
? sourceObj.color.substring(1).length<6
? '000000':sourceObj.color.substring(1)
: '666666'
- slide.addText(`${this.$t('ETable.Common.source')}:${sourceObj.text}`,{
+ slide.addText(`来源:${sourceObj.text}`,{
x:x,
y: yPercent,
w: width,