|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: donghao donghao@supervision.ltd
|
|
|
|
|
* @Date: 2024-01-19 09:22:30
|
|
|
|
|
* @LastEditors: donghao donghao@supervision.ltd
|
|
|
|
|
* @LastEditTime: 2024-02-28 17:27:57
|
|
|
|
|
* @LastEditTime: 2024-02-29 10:02:55
|
|
|
|
|
* @FilePath: \General-AI-Platform-Web-Client\src\views\computePowerAllocation\index.vue
|
|
|
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
|
|
-->
|
|
|
|
@ -147,7 +147,9 @@ const poolsData: ComputePowerPoolItem[] = [
|
|
|
|
|
class="cp_bg_logo_icon"
|
|
|
|
|
:class="`cp_bg_logo_icon_${v.type}`"
|
|
|
|
|
/>
|
|
|
|
|
<span class="pl-[12px]">{{ v.label }}</span>
|
|
|
|
|
<span class="pl-[12px] two-line w-[230px]">{{
|
|
|
|
|
v.label
|
|
|
|
|
}}</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="bg_banner_group_logo"
|
|
|
|
@ -190,7 +192,7 @@ const poolsData: ComputePowerPoolItem[] = [
|
|
|
|
|
<li
|
|
|
|
|
v-for="(v, k) in poolsData"
|
|
|
|
|
:key="k"
|
|
|
|
|
class="flex items-center justify-center mx-[12px] mb-[8px]"
|
|
|
|
|
class="flex items-center justify-center mx-[12px] mb-[24px]"
|
|
|
|
|
>
|
|
|
|
|
<ComputePowerType :info="v" />
|
|
|
|
|
</li>
|
|
|
|
|