Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
81e4c170
Commit
81e4c170
authored
Jun 30, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use bootstrap + indent
parent
423d2714
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
VmDebugger.js
src/app/tabs/debugger/debuggerUI/VmDebugger.js
+7
-14
No files found.
src/app/tabs/debugger/debuggerUI/VmDebugger.js
View file @
81e4c170
...
@@ -16,15 +16,8 @@ var FullStoragesChangesPanel = require('./vmDebugger/FullStoragesChanges')
...
@@ -16,15 +16,8 @@ var FullStoragesChangesPanel = require('./vmDebugger/FullStoragesChanges')
var
DropdownPanel
=
require
(
'./vmDebugger/DropdownPanel'
)
var
DropdownPanel
=
require
(
'./vmDebugger/DropdownPanel'
)
var
css
=
csjs
`
var
css
=
csjs
`
.solidityPanel {
width: 100%;
}
.asmCode {
width: 100%;
}
.stepDetail {
.stepDetail {
width: 100%;
line-height: 20%;
line-height: 2O%;
}
}
.vmheadView {
.vmheadView {
margin-top:10px;
margin-top:10px;
...
@@ -142,18 +135,18 @@ function VmDebugger (vmDebuggerLogic) {
...
@@ -142,18 +135,18 @@ function VmDebugger (vmDebuggerLogic) {
VmDebugger
.
prototype
.
renderHead
=
function
()
{
VmDebugger
.
prototype
.
renderHead
=
function
()
{
this
.
solidityPanel
=
yo
`
this
.
solidityPanel
=
yo
`
<div class="
${
css
.
solidityPanel
}
column" hidden>
<div class="
${
css
.
solidityPanel
}
column
w-100
" hidden>
${
this
.
functionPanel
.
render
()}
${
this
.
functionPanel
.
render
()}
${
this
.
solidityLocals
.
render
()}
${
this
.
solidityLocals
.
render
()}
${
this
.
solidityState
.
render
()}
${
this
.
solidityState
.
render
()}
</div>
</div>
`
`
const
headView
=
yo
`
const
headView
=
yo
`
<div id="vmheadView" class="
${
css
.
vmheadView
}
container">
<div id="vmheadView" class="
${
css
.
vmheadView
}
container">
<div class="row" >
<div class="row" >
${
this
.
solidityPanel
}
${
this
.
solidityPanel
}
<div class="
${
css
.
asmCode
}
column
">
${
this
.
asmCode
.
render
()}
</div>
<div class="
column w-100
">
${
this
.
asmCode
.
render
()}
</div>
<div class="
${
css
.
stepDetail
}
column">
${
this
.
stepDetail
.
render
()}
</div>
<div class="
${
css
.
stepDetail
}
column
w-100
">
${
this
.
stepDetail
.
render
()}
</div>
</div>
</div>
</div>
</div>
`
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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