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
3c5d0933
Commit
3c5d0933
authored
May 14, 2024
by
Yuan Zhixiang
Browse files
修改函数显示样式
parent
98f7ebfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/StackView.vue
View file @
3c5d0933
...
@@ -107,7 +107,7 @@ provide('stack_view',{highlight_addresses,check_changed,current_var_map})
...
@@ -107,7 +107,7 @@ provide('stack_view',{highlight_addresses,check_changed,current_var_map})
</div>
</div>
<div
class=
"func-box"
v-for=
"value1 in stack_to_render"
>
<div
class=
"func-box"
v-for=
"value1 in stack_to_render"
>
<div
class=
"big-box"
>
<div
class=
"big-box"
>
<div
class=
"small-box head-box"
>
{{
value1
[
'
func_name
'
]
}}
</div>
<div
class=
"small-box head-box"
>
函数:
{{
value1
[
'
func_name
'
]
}}
(~)
</div>
</div>
</div>
<VarUnit
v-for=
"(value2, key2, index2) in value1['encoded_locals']"
:var_name=
"key2"
:var_content=
"value2"
<VarUnit
v-for=
"(value2, key2, index2) in value1['encoded_locals']"
:var_name=
"key2"
:var_content=
"value2"
:changed=
"check_changed(value2)"
/>
:changed=
"check_changed(value2)"
/>
...
...
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