feat: nanning ui
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
<div class="col-4">
|
||||
<a class="navbar-brand" href="#"> <img alt="Brand"
|
||||
src="./images/logo-1.png" style="height: 30px">
|
||||
</a> <span>数瑞智能合约在线编辑器</span><input id="uploadFileInput" type="file"
|
||||
</a> <span>智能合约在线编辑器</span><input id="uploadFileInput" type="file"
|
||||
name="file" multiple onchange="uploadFile()" style="display: none;">
|
||||
</div>
|
||||
<div class="nav navbar-right userName" data-toggle="modal"
|
||||
@@ -147,7 +147,7 @@
|
||||
</div>
|
||||
</header>
|
||||
<div class="container-fluid" id="main">
|
||||
<div class="row h-100">
|
||||
<div class="row h-100" style="overflow:hidden">
|
||||
<div class="col-2 h-100" id="horiNav">
|
||||
<div class="container-fluid d-flex flex-column h-100">
|
||||
<div class="row">
|
||||
@@ -278,7 +278,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="box" style="overflow:auto; height:100%">
|
||||
<div id="box" style="overflow:hide; height:100%">
|
||||
<div id="contractCode" class="flex-grow-1" style="height:100%">
|
||||
<div id="textareaDiv" class="col-sm-12" style="width: 100%; height: 100%; padding:0">
|
||||
<textarea id="scriptEditor" style="width: 100%; height: 100%"
|
||||
@@ -559,14 +559,14 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12" id="responseAreaDiv">
|
||||
<textarea id="responseArea" class="form-control"
|
||||
style="width: 100%; height: 200px;"></textarea>
|
||||
style="width: 100%; height: 150px;"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12 mt-3" id="outputStreamAreaDiv">
|
||||
控制台输出:
|
||||
<textarea id="outputStreamArea" class="form-control"
|
||||
style="width: 100%; height: 200px;"></textarea>
|
||||
style="width: 100%; height: 150px;"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user