Skip to content

Commit

Permalink
Merge pull request #7 from CaseyNelson314/線を太く
Browse files Browse the repository at this point in the history
線を太く
  • Loading branch information
CaseyNelson314 authored Jan 18, 2024
2 parents d993fab + 7867950 commit 97ae196
Show file tree
Hide file tree
Showing 10 changed files with 253 additions and 164 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Clone
```sh
git clone https://github.com/CaseyNelson314/EFSim.git
cd EFSim
npm install --save-dev
npm install
```

### Launch local server
Expand Down
10 changes: 5 additions & 5 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<body>
<script type="module" src="script/main.ts"></script>

<div class="app">

<!-- 編集領域 -->
Expand Down Expand Up @@ -120,7 +119,7 @@

<!-- その他パラメータ編集領域 -->
<div class="parameter_editor">
<p class="title">その他</p>
<p class="title">パラメータ</p>
<div class="editor">
<div class="contents" id="detail_editor">
<label for="charge_amount" hidden>
Expand All @@ -132,11 +131,11 @@
<input type="number" id="charge_line_density" inputmode="decimal" step="0.1">
</label>
<label for="charge_surface_density" hidden>
面密度[C/m^2]
面密度[C/m²]
<input type="number" id="charge_surface_density" inputmode="decimal">
</label>
<label for="charge_density" hidden>
体積密度[C/m^3]
体積密度[C/m³]
<input type="number" id="charge_density" inputmode="decimal" step="0.1">
</label>
<label for="charge_radius" hidden>
Expand All @@ -151,10 +150,11 @@
</div>
</div>


<!-- 表示非表示ボタン領域 -->
<div class="display_control">
<label class="checkbox">
<input type="checkbox" id="checkbox_auto_rotate" checked />
<input type="checkbox" id="checkbox_auto_rotate" />
自動回転
</label>
<label class="checkbox">
Expand Down
Loading

0 comments on commit 97ae196

Please sign in to comment.