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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
VmDebugger.js
src/app/tabs/debugger/debuggerUI/VmDebugger.js
+4
-11
No files found.
src/app/tabs/debugger/debuggerUI/VmDebugger.js
View file @
81e4c170
...
...
@@ -16,15 +16,8 @@ var FullStoragesChangesPanel = require('./vmDebugger/FullStoragesChanges')
var
DropdownPanel
=
require
(
'./vmDebugger/DropdownPanel'
)
var
css
=
csjs
`
.solidityPanel {
width: 100%;
}
.asmCode {
width: 100%;
}
.stepDetail {
width: 100%;
line-height: 2O%;
line-height: 20%;
}
.vmheadView {
margin-top:10px;
...
...
@@ -142,7 +135,7 @@ function VmDebugger (vmDebuggerLogic) {
VmDebugger
.
prototype
.
renderHead
=
function
()
{
this
.
solidityPanel
=
yo
`
<div class="
${
css
.
solidityPanel
}
column" hidden>
<div class="
${
css
.
solidityPanel
}
column
w-100
" hidden>
${
this
.
functionPanel
.
render
()}
${
this
.
solidityLocals
.
render
()}
${
this
.
solidityState
.
render
()}
...
...
@@ -152,8 +145,8 @@ VmDebugger.prototype.renderHead = function () {
<div id="vmheadView" class="
${
css
.
vmheadView
}
container">
<div class="row" >
${
this
.
solidityPanel
}
<div class="
${
css
.
asmCode
}
column
">
${
this
.
asmCode
.
render
()}
</div>
<div class="
${
css
.
stepDetail
}
column">
${
this
.
stepDetail
.
render
()}
</div>
<div class="
column w-100
">
${
this
.
asmCode
.
render
()}
</div>
<div class="
${
css
.
stepDetail
}
column
w-100
">
${
this
.
stepDetail
.
render
()}
</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