宽高改动
This commit is contained in:
parent
9344766750
commit
3f5098167c
|
@ -21,7 +21,7 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
$box-height: 520px;
|
||||
$box-height: 500px;
|
||||
$box-width: 100%;
|
||||
.bottomLeft {
|
||||
padding: 20px 16px;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
}>();
|
||||
|
||||
const height = "450px";
|
||||
const width = "1000px";
|
||||
const width = "940px";
|
||||
// 定义 ref
|
||||
const chartRef = ref();
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" class>
|
||||
$box-height: 520px;
|
||||
$box-height: 500px;
|
||||
$box-width: 100%;
|
||||
.bottomRight {
|
||||
padding: 14px 16px;
|
||||
|
|
Loading…
Reference in New Issue