feat: add Support for dragging in the trace panel (#377)

This commit is contained in:
Starry
2024-04-06 19:17:17 +08:00
committed by GitHub
parent c18058765a
commit 8746d3c985
8 changed files with 184 additions and 23 deletions

View File

@@ -166,8 +166,8 @@ limitations under the License. -->
</script>
<style lang="scss" scoped>
.trace-detail {
flex: 1;
height: 100%;
width: 100%;
overflow: hidden;
}