Compare commits
2 Commits
master
...
proj/nanni
Author | SHA1 | Date | |
---|---|---|---|
|
c0c19fae21 | ||
|
a22b1064eb |
@ -134,7 +134,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"
|
||||
@ -142,7 +142,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" style="display: none;">
|
||||
@ -271,7 +271,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="box" style="overflow:auto; height:100%">
|
||||
<div id="box" style="overflow:hidden; 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%"
|
||||
|
@ -2,7 +2,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<title>数瑞智能合约节点管理中心</title>
|
||||
<title>智能合约节点管理中心</title>
|
||||
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
|
||||
<script src="./js/popper.min.js"></script>
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
<div class="col-4">
|
||||
<a class="navbar-brand" href="#"> <img alt="Brand"
|
||||
src="./images/logo-1.png" style="height: 30px">
|
||||
</a> <span>数瑞智能合约节点管理中心</span>
|
||||
</a> <span>智能合约节点管理中心</span>
|
||||
</div>
|
||||
|
||||
<div class="nav navbar-right userName" data-toggle="modal"
|
||||
|
@ -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>
|
||||
|
BIN
images/logo-1.png
Executable file → Normal file
BIN
images/logo-1.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 7.8 KiB |
11
images/logo-1.svg
Normal file
11
images/logo-1.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 106 KiB |
BIN
images/logo-12.png
Executable file
BIN
images/logo-12.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -2,7 +2,7 @@
|
||||
<header>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<title>数瑞智能合约</title>
|
||||
<title>智能合约</title>
|
||||
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
|
||||
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
<div
|
||||
style="width: 90%; max-width: 1000px; min-width: 850px; margin: 0 auto; margin-top: 3%;">
|
||||
<div style="width: 20%; float: right; margin-right: 0%">
|
||||
<img src="./images/logo.png" class="logoimg"></img>
|
||||
<img src="./images/logo-1.png" class="logoimg"></img>
|
||||
</div>
|
||||
<div
|
||||
style="width: fit-content; margin: 0; font-size: 200%; background-color: white; color: black; border-radius: 10px; float: left; padding: 10px;">
|
||||
|
Loading…
Reference in New Issue
Block a user