zpf 11 месяцев назад
Родитель
Сommit
6f43506b36
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/views/cockpit/tdsy.vue

+ 3 - 3
src/views/cockpit/tdsy.vue

@@ -713,9 +713,9 @@ export default {
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .tdsy {
 .tdsy {
-  position: relative;
+  position: fixed;
   left: 1rem;
   left: 1rem;
-  top: 22rem;
+  top: 42rem;
   z-index: 100;
   z-index: 100;
   width: 416px;
   width: 416px;
   height: 300px;
   height: 300px;
@@ -976,7 +976,7 @@ export default {
   height: 8rem;
   height: 8rem;
   margin-bottom: 0rem;
   margin-bottom: 0rem;
   position: relative;
   position: relative;
-  top: -9rem;
+  top: -3rem;
   left: 2rem;
   left: 2rem;
 }
 }