3 Star 3 Fork 0

Eno/openharmony-sheet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
wscats 提交于 2021-10-30 12:12 . demo
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Wolf.js - Table</title>
<style>
.area {
position: absolute;
text-align: left;
border: 2px solid #4b89ff;
line-height: 0;
z-index: 100;
pointer-events: auto;
}
textarea {
width: 291.8px;
height: 47.8px;
box-sizing: content-box;
border: none;
padding: 0 3px;
outline: none;
resize: none;
text-align: start;
overflow-y: hidden;
font: 400 13px Arial, 'Lato', 'Source Sans Pro', Roboto, Helvetica, sans-serif;
color: inherit;
white-space: normal;
word-wrap: break-word;
line-height: 22px;
margin: 0;
}
* {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="table"></div>
<div class="area">
<textarea></textarea>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wscats/openharmony-sheet.git
[email protected]:wscats/openharmony-sheet.git
wscats
openharmony-sheet
openharmony-sheet
master

搜索帮助