26 lines
532 B
HTML
26 lines
532 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Python Demo - 属性检查器</title>
|
|
<link rel="stylesheet" href="../../static/css/sdpi.css" />
|
|
<style>
|
|
.sdpi-item-label {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="sdpi-wrapper" style="display: none">
|
|
|
|
</div>
|
|
<script src="../../static/utils/common.js"></script>
|
|
<script src="../../static/action.js"></script>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
|
|
</html> |