Commit e2d8fd71 authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

去除log按钮,修复StackView的圆角

parent 6e13214f
...@@ -111,15 +111,15 @@ watch(current_step, () => { ...@@ -111,15 +111,15 @@ watch(current_step, () => {
provide('stack_view',{highlight_addresses,check_changed}) provide('stack_view',{highlight_addresses,check_changed})
function click() { // function click() {
// console.log(Object.keys(current_stack.value['globals']).length) // // console.log(Object.keys(current_stack.value['globals']).length)
// console.log(current_var_map.value) // // console.log(current_var_map.value)
// for(let [key,value] of current_stack.value.globals){ // // for(let [key,value] of current_stack.value.globals){
// console.log(value) // // console.log(value)
// } // // }
// console.log(has_stdout.value) // // console.log(has_stdout.value)
console.log(highlight_addresses.value) // console.log(highlight_addresses.value)
} // }
</script> </script>
...@@ -151,7 +151,7 @@ function click() { ...@@ -151,7 +151,7 @@ function click() {
:changed="check_changed(value2)" /> :changed="check_changed(value2)" />
</div> </div>
</div> </div>
<button @click="click">log</button> <!-- <button @click="click">log</button> -->
<!-- <div>{{ stack_to_render }}</div> --> <!-- <div>{{ stack_to_render }}</div> -->
</template> </template>
...@@ -178,5 +178,6 @@ function click() { ...@@ -178,5 +178,6 @@ function click() {
width: calc(100% + 0.5rem); width: calc(100% + 0.5rem);
gap: 1rem; gap: 1rem;
overflow: auto; overflow: auto;
border-radius: 0.3rem;
} }
</style> </style>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment