宽高改动

This commit is contained in:
TimSpan 2025-05-14 16:01:45 +08:00
parent 9344766750
commit 3f5098167c
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
$box-height: 520px; $box-height: 500px;
$box-width: 100%; $box-width: 100%;
.bottomLeft { .bottomLeft {
padding: 20px 16px; padding: 20px 16px;

View File

@ -18,7 +18,7 @@
}>(); }>();
const height = "450px"; const height = "450px";
const width = "1000px"; const width = "940px";
// ref // ref
const chartRef = ref(); const chartRef = ref();

View File

@ -21,7 +21,7 @@
</script> </script>
<style lang="scss" class> <style lang="scss" class>
$box-height: 520px; $box-height: 500px;
$box-width: 100%; $box-width: 100%;
.bottomRight { .bottomRight {
padding: 14px 16px; padding: 14px 16px;