Commit 770b0c6a50191fa3b860a8e3cb5c4a496fe82afe

Authored by loveumiko
1 parent 066e6183

fix: 修改控制组件滑块

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