Commit 2eea791aae7368c9b6e91a84c2a36a4af9a41138

Authored by xp.Huang
2 parents ac92b6ef 770b0c6a

Merge branch 'fix/components-lateralNumericalControl' into 'main_dev'

fix: 修改控制组件滑块

See merge request yunteng/thingskit-front!699
... ... @@ -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>
... ...