|
|
@ -112,7 +112,7 @@ const updateSliderEndVal = async (plateNum, order) => { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
background-color: #f6f6f6; |
|
|
|
|
|
|
|
// padding-left: 4px; |
|
|
|
// 温度区域 |
|
|
|
.temperature { |
|
|
|
width: 100%; |
|
|
@ -121,7 +121,7 @@ const updateSliderEndVal = async (plateNum, order) => { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
margin-bottom: 10px; // 增加底部间距 |
|
|
|
margin-bottom: 5px; // 增加底部间距 |
|
|
|
|
|
|
|
.area { |
|
|
|
width: 180px; |
|
|
@ -179,14 +179,14 @@ const updateSliderEndVal = async (plateNum, order) => { |
|
|
|
padding: 0px; |
|
|
|
|
|
|
|
border: 1px solid black; |
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 8px; |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
background-color: #f6f6f6; |
|
|
|
|
|
|
|
.plate-area { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
// width: 100%; |
|
|
|
// height: 100%; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
@ -197,6 +197,7 @@ const updateSliderEndVal = async (plateNum, order) => { |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
transform: translateY(8px); |
|
|
|
} |
|
|
|
|
|
|
|
.slider-area { |
|
|
|