+ 清空内容时须二次确认(仅适用于干燥失重与炽灼残渣)
+ 修改内容显示方式,使其更加友好
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
<title>进样序列(Injection Sequence)</title>
|
||||
<title>进样序列</title>
|
||||
<link rel="stylesheet" href="./github.css">
|
||||
<link rel="stylesheet" href="./theme.css">
|
||||
<script src="./decimal.js"></script>
|
||||
@@ -108,6 +108,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h3>进样序列</h3>
|
||||
<div class="input">
|
||||
<div class="inputbox">
|
||||
<input type="number" name="time" id="time" placeholder="t = 多少分钟一针" inputmode="decimal" autocomplete="off">
|
||||
@@ -124,6 +125,7 @@
|
||||
<button id="clear">清除内容</button>
|
||||
<button id="ok">计算</button>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
<div id="output">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user