Wed Jul 12 21:38:00 CST 2023 inscode

上级 7c4b95a1
<template> <template>
<canvas class="canvas" width="500" height="300" ref="canvas"></canvas> <canvas class="canvas" width="400" height="300" ref="canvas"></canvas>
</template> </template>
<script setup> <script setup>
...@@ -76,9 +76,7 @@ function drawBranch(ctx, v0, thick, len, dir) { ...@@ -76,9 +76,7 @@ function drawBranch(ctx, v0, thick, len, dir) {
right: 10px; right: 10px;
bottom: 10px; bottom: 10px;
pointer-events: none; pointer-events: none;
opacity: 0.5;
} }
.canvas:hover {
opacity: 0.3;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册