Skip to content

Commit

Permalink
🐛完善元素信息
Browse files Browse the repository at this point in the history
  • Loading branch information
greatanimalion committed Aug 27, 2024
1 parent 9b782d4 commit 9b23c58
Show file tree
Hide file tree
Showing 25 changed files with 911 additions and 49 deletions.
1 change: 1 addition & 0 deletions dist/assets/contentPage-3Rsr9mTm.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:270px;height:300px;background-color:#fff}*{margin:0;padding:0}.MuiBox-root{padding:10px!important}
1 change: 1 addition & 0 deletions dist/assets/contentPage-DbEJAHwo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:270px;height:300px;background-color:#fff}*{margin:0;padding:0}.MuiTabPanel-root{padding:10px!important}
1 change: 1 addition & 0 deletions dist/assets/contentPage-DdGgBusj.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:270px;height:300px;background-color:#fff}*{margin:0;padding:0}.MuiTabPanel-root{padding:10px}
1 change: 1 addition & 0 deletions dist/assets/contentPage-DtcgZ58-.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:270px;height:392px;background-color:#fff}*{margin:0;padding:0}
16 changes: 8 additions & 8 deletions dist/content/content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/contentPage/contentPage.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions dist/contentPage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<link rel="icon" type="image/svg+xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Measuring Tools</title>
<style>
::-webkit-scrollbar {
width: 0px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
}
</style>
<script type="module" crossorigin src="/contentPage/contentPage.js"></script>
<link rel="modulepreload" crossorigin href="/js/ButtonBase-8la9PwCJ.js">
<link rel="stylesheet" crossorigin href="/assets/contentPage-BULgnV61.css">
Expand Down
Loading

0 comments on commit 9b23c58

Please sign in to comment.