diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx
index 8987d29..ba2d22a 100644
--- a/src/app/canvas/page.jsx
+++ b/src/app/canvas/page.jsx
@@ -89,7 +89,7 @@ export default function CanvasPage() {
{/*
| モジュール | +高さ (mm) | +幅 (mm) | +出力 (W) | +
|---|---|---|---|
|
+
+
+ Re.RISE-G3 440
+
+ |
+ 1134 | +1722 | +440 | +
|
+
+
+ Re.RISE MS-G3 290
+
+ |
+ 1134 | +1722 | +440 | +
|
+
+
+ Re.RISE MS-G3 290
+
+ |
+ 1134 | +1722 | +440 | +
| モジュール | -高さ (mm) |
- 幅 (mm) |
- 出力 (W) |
-
|---|---|---|---|
|
-
-
- Re.RISE-G3 440
-
- |
- 1134 | -1722 | -440 | -
|
-
-
- Re.RISE MS-G3 290
-
- |
- 1134 | -1722 | -440 | -
| - | - | - | - |
|
+
+
+
+
+ |
+ モジュール | +Max単数 | +混合Max単数 | +単数 | +熱水 | +
|---|---|---|---|---|---|
|
+
+
+
+
+ |
+
+
+
+ Re.RISE-G3 440
+
+ |
+ 00 | +00 | +
+
+
+
+ |
+
+
+
+
+ |
+
|
+
+
+
+
+ |
+
+
+
+ Re.RISE MS-G3 290
+
+ |
+ 00 | +00 | +
+
+
+
+ |
+
+
+
+
+ |
+
| + | + | + | + | + | + |
|
-
-
-
-
- |
- モジュール | -出力 (W) | -
|---|---|---|
|
-
-
-
-
- |
-
-
-
- Re.RISE-G3 440
-
- |
- 430 | -
|
-
-
-
-
- |
-
-
-
- Re.RISE MS-G3 290
-
- |
- 290 | -
| - | - | - |
| モジュール | +高さ (mm) | +幅 (mm) | +出力 (W) | +
|---|---|---|---|
|
+
+
+ Re.RISE-G3 440
+
+ |
+ 1134 | +1722 | +440 | +
|
+
+
+ Re.RISE MS-G3 290
+
+ |
+ 1134 | +1722 | +440 | +
|
+
+
+ Re.RISE MS-G3 290
+
+ |
+ 1134 | +1722 | +440 | +
| モジュール | -高さ (mm) | -幅 (mm) | -出力 (W) | -
|---|---|---|---|
|
-
-
- Re.RISE-G3 440
-
- |
- 1134 | -1722 | -440 | -
|
-
-
- Re.RISE MS-G3 290
-
- |
- 1134 | -1722 | -440 | -
| 水鳥の配置 | +千鳥配置 | 配置基準 | 2024-10-28 | diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss index 10a0463..4112f4c 100644 --- a/src/styles/_contents.scss +++ b/src/styles/_contents.scss @@ -340,6 +340,14 @@ &.active{ top: calc(92.8px + 50px); } + .canvas-id{ + display: flex; + align-items: center; + padding: 9.6px 20px; + font-size: 12px; + color: #fff; + background-color: #777777; + } .canvas-plane-wrap{ display: flex; align-items: center; diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index f2b6503..a0d1f96 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -2326,7 +2326,7 @@ $alert-color: #101010; grid-template-columns: repeat(2, 1fr); .outline-form{ span{ - width: 60px; + width: 65px; &.thin{ width: 20px; } diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index 34dcaf3..0f6320a 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -222,7 +222,7 @@ button{ padding: 0 10px; line-height: 28px; font-family: 'Noto Sans JP', sans-serif; - background-color: transparent; + background-color: #353535; border: 1px solid #484848; color: #fff; &.blue{ @@ -245,9 +245,9 @@ button{ } &:hover{ font-weight: 400; - background-color: transparent; - border: 1px solid #484848; - color: #fff; + background-color: #fff; + border: 1px solid #fff; + color: #101010; } } &.self{
|---|