mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增组件重命名
This commit is contained in:
@@ -257,7 +257,6 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
console.log(props.data)
|
||||
const { title, xAxis, yAxis, legend } = toRefs(props.data)
|
||||
</script>
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ $leftWidth: 60px;
|
||||
.item-left {
|
||||
width: $leftWidth;
|
||||
text-align: left;
|
||||
margin-top: 4px;
|
||||
margin-left: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user