|
@@ -208,6 +208,7 @@ const titledata = ref<string>('');
|
|
|
const currentDate = ref<string>('');
|
|
|
const currentTime = ref<string>('');
|
|
|
const coalgasData = ref<any>([]);
|
|
|
+
|
|
|
// const openingdegreeData = ref<any>([
|
|
|
// { name: '焦炉煤气', openingdegree: '0.00' },
|
|
|
// { name: '高炉煤气', openingdegree: '0.00' }
|
|
@@ -555,7 +556,8 @@ body {
|
|
|
display: flex;
|
|
|
height: 45%;
|
|
|
.Freezer_leftleaningboxsss {
|
|
|
- width: 50%;
|
|
|
+ // width: 50%;
|
|
|
+ flex: 1;
|
|
|
height: 100%;
|
|
|
margin-right: 1rem;
|
|
|
border: 0.12rem solid #3da7ea;
|