1 Star 0 Fork 0

维李设论/vue-lcd-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
we452366 提交于 2024-01-18 15:54 . chore: 修改名称
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/favicon.ico">
<title>Vue Low Code</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://unpkg.com/browse/[email protected]/dist/antd.min.js"></script>
<link href="https://unpkg.com/browse/[email protected]/dist/antd.min.css" rel="stylesheet">
<style>
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #d8d8d8;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0, 0, 0, 0.4);
}
</style>
</head>
<body>
<div id="app">
</div>
</body>
<script src="dist/vue-lcd-engine.global.js"></script>
<script>
console.log('VueLowCodeDevelopmentEngine', VueLowCodeDevelopmentEngine)
new Vue({
el: '#app',
components: {
}
})
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/VLeeDesignTheory/vue-lcd-engine.git
[email protected]:VLeeDesignTheory/vue-lcd-engine.git
VLeeDesignTheory
vue-lcd-engine
vue-lcd-engine
master

搜索帮助