|
@@ -57,7 +57,7 @@
|
|
|
<div class="bootom-source">
|
|
|
|
|
|
<!-- 自定义来源 -->
|
|
|
- <div>
|
|
|
+ <div class="source-box">
|
|
|
<div class="chart-source text_oneLine"
|
|
|
v-if="chartInfo.SourcesFrom&&JSON.parse(chartInfo.SourcesFrom).isShow"
|
|
|
:style="`
|
|
@@ -246,4 +246,7 @@ export default defineComponent({
|
|
|
</script>
|
|
|
<style scoped lang="less">
|
|
|
@import './index.less';
|
|
|
+.source-box {
|
|
|
+ max-width: 50%;
|
|
|
+}
|
|
|
</style>
|