Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuan Zhixiang
c-render-vue
Commits
e2d8fd71
Commit
e2d8fd71
authored
Apr 13, 2024
by
Yuan Zhixiang
Browse files
去除log按钮,修复StackView的圆角
parent
6e13214f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/components/StackView.vue
View file @
e2d8fd71
...
...
@@ -111,15 +111,15 @@ watch(current_step, () => {
provide
(
'
stack_view
'
,{
highlight_addresses
,
check_changed
})
function
click
()
{
// console.log(Object.keys(current_stack.value['globals']).length)
// console.log(current_var_map.value)
// for(let [key,value] of current_stack.value.globals){
// console.log(value)
// }
// console.log(has_stdout.value)
console
.
log
(
highlight_addresses
.
value
)
}
//
function click() {
//
// console.log(Object.keys(current_stack.value['globals']).length)
//
// console.log(current_var_map.value)
//
// for(let [key,value] of current_stack.value.globals){
//
// console.log(value)
//
// }
//
// console.log(has_stdout.value)
//
console.log(highlight_addresses.value)
//
}
</
script
>
...
...
@@ -151,7 +151,7 @@ function click() {
:changed=
"check_changed(value2)"
/>
</div>
</div>
<button
@
click=
"click"
>
log
</button>
<!--
<button
@
click=
"click"
>
log
</button>
-->
<!--
<div>
{{
stack_to_render
}}
</div>
-->
</
template
>
...
...
@@ -178,5 +178,6 @@ function click() {
width
:
calc
(
100%
+
0.5rem
);
gap
:
1rem
;
overflow
:
auto
;
border-radius
:
0.3rem
;
}
</
style
>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment