LiuShu_0203 4 месяцев назад
Родитель
Сommit
3d7a18e664
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

@@ -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;