Showing
1 changed file
with
6 additions
and
1 deletions
| ... | ... | @@ -67,7 +67,7 @@ |
| 67 | 67 | <DeviceName :config="config" class="text-center" /> |
| 68 | 68 | <main :style="getScale"> |
| 69 | 69 | <Spin :spinning="loading" class="w-full h-full"> |
| 70 | - <div class="flex flex-col ml-11 mr-11 w-full"> | |
| 70 | + <div class="flex flex-col" style="width: 80%"> | |
| 71 | 71 | <span |
| 72 | 72 | :style="{ color: getDesign.fontColor }" |
| 73 | 73 | class="font-bold text-xl mt-3 truncate text-center" |
| ... | ... | @@ -98,4 +98,9 @@ |
| 98 | 98 | :deep(.ant-slider-track) { |
| 99 | 99 | background: var(--slider-color) !important; |
| 100 | 100 | } |
| 101 | + | |
| 102 | + :deep(.ant-spin-container) { | |
| 103 | + display: flex !important; | |
| 104 | + justify-content: center !important; | |
| 105 | + } | |
| 101 | 106 | </style> | ... | ... |